#39F0F4

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

Shades of Turquoise #39F0F4

Tints of Turquoise #39F0F4

Color information

#39F0F4 (or 0x39F0F4) is unknown color: approx Turquoise. HEX triplet: 39, F0 and F4. RGB value is (57,240,244). Sum of RGB (Red+Green+Blue) = 57+240+244=541 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.54% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #39F0F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F0F4 is #C60F0B. Grayscale: #B9B9B9. Windows color (decimal): -12979980 or 16052281. OLE color: 16052281.

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

Color convert

RGB57240244-
CMYK0.770.0200.04
HSL181.28º89.47%59.02%-
HSV(B)181.28º76.64%95.69%-
XYZ49.1869.7296.45-
YUV185.74160.8736.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.54%
GREEN value IS 240 (94.14% from 255) = 44.36%
BLUE value IS 244 (95.70% from 255) = 45.10%
R=10.54%
G=44.36%
B=45.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal572402440.770.0200.04181.2889.4759.02
Hex39F0F44D204b5593b
Octal7136036411520426513173
Binary11100111110000111101001001101100100101101011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39F0F4; }

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

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

<style>
 a { background-color: #39F0F4; }

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

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

<style>
 span { border-color: #39F0F4; }

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

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