Shades of Turquoise #39D5E6
Tints of Turquoise #39D5E6
RGB
CMYK
RGB Variations
Color information
#39D5E6 (or 0x39D5E6) is known color: Turquoise. HEX triplet: 39, D5 and E6. RGB value is (57,213,230). Sum of RGB (Red+Green+Blue) = 57+213+230=500 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #39D5E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39D5E6 is #C62A19. Grayscale: #A8A8A8. Windows color (decimal): -12986906 or 15127865. OLE color: 15127865.
HSL color Cylindrical-coordinate representation of color #39D5E6: hue angle of 185.9º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39D5E6 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 213 | 230 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.10 |
| HSL | 185.9º | 0.78% | 0.56% | - |
| HSV(B) | 185.9º | 0.75% | 0.9% | - |
| XYZ | 39.76 | 54.17 | 83.22 | - |
| YUV | 168.29 | 162.82 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 213 | 230 | 0.75 | 0.07 | 0 | 0.10 | 185.9 | 0.78 | 0.56 |
| Hex | 39 | D5 | E6 | 4B | 7 | 0 | A | BA | 4E | 38 |
| Octal | 71 | 325 | 346 | 113 | 7 | 0 | 12 | 272 | 116 | 70 |
| Binary | 111001 | 11010101 | 11100110 | 1001011 | 111 | 0 | 1010 | 10111010 | 1001110 | 111000 |
Color Harmonies of #39D5E6
Complementary color
Monochromatic Colors of #39D5E6
Black with #39D5E6
Text Example
Text Example
White with #39D5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D5E6; }
p { color: rgb(57,213,230); }
H1.HeaderClassName
{
color: #39D5E6;
}
.AnyTagClassName
{
color: #39D5E6;
}
</style>
background-color css
<style>
a { background-color: #39D5E6; }
a { background-color: rgb(57,213,230); }
div.DivClassName
{
background-color: #39D5E6;
}
.BgClassName
{
background-color: #39D5E6;
}
</style>
border-color css
<style>
span { border-color: #39D5E6; }
span { border-color: rgb(57,213,230); }
td.TdClassName
{
border-color: #39D5E6;
}
.TagClassName
{
border-color: #39D5E6;
}
</style>