Shades of Turquoise #39DCEA
Tints of Turquoise #39DCEA
RGB
CMYK
RGB Variations
Color information
#39DCEA (or 0x39DCEA) is known color: Turquoise. HEX triplet: 39, DC and EA. RGB value is (57,220,234). Sum of RGB (Red+Green+Blue) = 57+220+234=511 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.15% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #39DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DCEA is #C62315. Grayscale: #ACACAC. Windows color (decimal): -12985110 or 15391801. OLE color: 15391801.
HSL color Cylindrical-coordinate representation of color #39DCEA: hue angle of 184.75º 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 #39DCEA is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 220 | 234 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.08 |
| HSL | 184.75º | 0.81% | 0.57% | - |
| HSV(B) | 184.75º | 0.76% | 0.92% | - |
| XYZ | 42.13 | 58 | 86.82 | - |
| YUV | 172.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 234 | 0.76 | 0.06 | 0 | 0.08 | 184.75 | 0.81 | 0.57 |
| Hex | 39 | DC | EA | 4C | 6 | 0 | 8 | B9 | 51 | 39 |
| Octal | 71 | 334 | 352 | 114 | 6 | 0 | 10 | 271 | 121 | 71 |
| Binary | 111001 | 11011100 | 11101010 | 1001100 | 110 | 0 | 1000 | 10111001 | 1010001 | 111001 |
Color Harmonies of #39DCEA
Complementary color
Monochromatic Colors of #39DCEA
Black with #39DCEA
Text Example
Text Example
White with #39DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCEA; }
p { color: rgb(57,220,234); }
H1.HeaderClassName
{
color: #39DCEA;
}
.AnyTagClassName
{
color: #39DCEA;
}
</style>
background-color css
<style>
a { background-color: #39DCEA; }
a { background-color: rgb(57,220,234); }
div.DivClassName
{
background-color: #39DCEA;
}
.BgClassName
{
background-color: #39DCEA;
}
</style>
border-color css
<style>
span { border-color: #39DCEA; }
span { border-color: rgb(57,220,234); }
td.TdClassName
{
border-color: #39DCEA;
}
.TagClassName
{
border-color: #39DCEA;
}
</style>