#39F0F0

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

Shades of Turquoise #39F0F0

Tints of Turquoise #39F0F0

Color information

#39F0F0 (or 0x39F0F0) is unknown color: approx Turquoise. HEX triplet: 39, F0 and F0. RGB value is (57,240,240). Sum of RGB (Red+Green+Blue) = 57+240+240=537 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.61% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #39F0F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F0F0 is #C60F0F. Grayscale: #B9B9B9. Windows color (decimal): -12979984 or 15790137. OLE color: 15790137.

HSL color Cylindrical-coordinate representation of color #39F0F0: hue angle of 180º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F0F0 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB57240240-
CMYK0.76000.06
HSL180º85.92%58.24%-
HSV(B)180º76.25%94.12%-
XYZ48.5869.4893.29-
YUV185.28158.8736.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.61%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=10.61%
G=44.69%
B=44.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal572402400.76000.0618085.9258.24
Hex39F0F04C006b4563a
Octal7136036011400626412672
Binary1110011111000011110000100110000110101101001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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