#39f2d4

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

Shades of Turquoise #39F2D4

Tints of Turquoise #39F2D4

Color information

#39F2D4 (or 0x39F2D4) is unknown color: approx Turquoise. HEX triplet: 39, F2 and D4. RGB value is (57,242,212). Sum of RGB (Red+Green+Blue) = 57+242+212=511 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.15% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #39F2D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F2D4 is #C60D2B. Grayscale: #B7B7B7. Windows color (decimal): -12979500 or 13955641. OLE color: 13955641.

HSL color Cylindrical-coordinate representation of color #39F2D4: hue angle of 170.27º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F2D4 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB57242212-
CMYK0.7600.120.05
HSL170.27º87.68%58.63%-
HSV(B)170.27º76.45%94.9%-
XYZ45.3269.1373.24-
YUV183.26144.2137.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.15%
GREEN value IS 242 (94.92% from 255) = 47.36%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=11.15%
G=47.36%
B=41.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal572422120.7600.120.05170.2787.6858.63
Hex39F2D44C0C5aa583b
Octal71362324114014525213073
Binary1110011111001011010100100110001100101101010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39f2d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,242,212); }

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

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

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

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

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

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

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