#39EFD5

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

Shades of Turquoise #39EFD5

Tints of Turquoise #39EFD5

Color information

#39EFD5 (or 0x39EFD5) is unknown color: approx Turquoise. HEX triplet: 39, EF and D5. RGB value is (57,239,213). Sum of RGB (Red+Green+Blue) = 57+239+213=509 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.20% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #39EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EFD5 is #C6102A. Grayscale: #B5B5B5. Windows color (decimal): -12980267 or 14020409. OLE color: 14020409.

HSL color Cylindrical-coordinate representation of color #39EFD5: hue angle of 171.43º degrees, saturation: 0.85, 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 #39EFD5 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB57239213-
CMYK0.7600.110.06
HSL171.43º85.05%58.04%-
HSV(B)171.43º76.15%93.73%-
XYZ44.5667.4173.61-
YUV181.62145.739.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.20%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=11.20%
G=46.95%
B=41.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal572392130.7600.110.06171.4385.0558.04
Hex39EFD54C0B6ab553a
Octal71357325114013625312572
Binary1110011110111111010101100110001011110101010111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,239,213); }

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

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

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

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

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

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

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