#3FF0F4

Color #3FF0F4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3FF0F4

Tints of Turquoise #3FF0F4

Color information

#3FF0F4 (or 0x3FF0F4) is unknown color: approx Turquoise. HEX triplet: 3F, F0 and F4. RGB value is (63,240,244). Sum of RGB (Red+Green+Blue) = 63+240+244=547 (72% of max value = 765). Red value is 63 (25% from 255 or 11.52% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 244 (95.70% from 255 or 44.61% from 547); Max value from RGB is 244 - color contains mainly: blue. Hex color #3FF0F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF0F4 is #C00F0B. Grayscale: #BBBBBB. Windows color (decimal): -12586764 or 16052287. OLE color: 16052287.

HSL color Cylindrical-coordinate representation of color #3FF0F4: hue angle of 181.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0F4 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB63240244-
CMYK0.740.0200.04
HSL181.33º89.16%60.2%-
HSV(B)181.33º74.18%95.69%-
XYZ49.5469.9196.47-
YUV187.53159.8639.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 11.52%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 244 (95.70% from 255) = 44.61%
R=11.52%
G=43.88%
B=44.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal632402440.740.0200.04181.3389.1660.2
Hex3FF0F44A204b5593c
Octal7736036411220426513174
Binary11111111110000111101001001010100100101101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FF0F4; }

 p { color: rgb(63,240,244); }

 H1.HeaderClassName
 {
   color: #3FF0F4;
 }
 .AnyTagClassName
 {
   color: #3FF0F4;
 }
</style>
background-color css

<style>
 a { background-color: #3FF0F4; }

 a { background-color: rgb(63,240,244); }

 div.DivClassName
 {
   background-color: #3FF0F4;
 }
 .BgClassName
 {
   background-color: #3FF0F4;
 }
</style>
border-color css

<style>
 span { border-color: #3FF0F4; }

 span { border-color: rgb(63,240,244); }

 td.TdClassName
 {
   border-color: #3FF0F4;
 }
 .TagClassName
 {
   border-color: #3FF0F4;
 }
</style>