#39DAEA

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

Shades of Turquoise #39DAEA

Tints of Turquoise #39DAEA

Color information

#39DAEA (or 0x39DAEA) is unknown color: approx Turquoise. HEX triplet: 39, DA and EA. RGB value is (57,218,234). Sum of RGB (Red+Green+Blue) = 57+218+234=509 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.20% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #39DAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DAEA is #C62515. Grayscale: #ABABAB. Windows color (decimal): -12985622 or 15391289. OLE color: 15391289.

HSL color Cylindrical-coordinate representation of color #39DAEA: hue angle of 185.42º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39DAEA is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB57218234-
CMYK0.760.0700.08
HSL185.42º80.82%57.06%-
HSV(B)185.42º75.64%91.76%-
XYZ41.6156.9586.64-
YUV171.68163.1646.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.20%
GREEN value IS 218 (85.55% from 255) = 42.83%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=11.20%
G=42.83%
B=45.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572182340.760.0700.08185.4280.8257.06
Hex39DAEA4C708b95139
Octal71332352114701027112171
Binary1110011101101011101010100110011101000101110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,218,234); }

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

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

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

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

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

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

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