Shades of Turquoise #39E3CF
Tints of Turquoise #39E3CF
RGB
CMYK
RGB Variations
Color information
#39E3CF (or 0x39E3CF) is known color: Turquoise. HEX triplet: 39, E3 and CF. RGB value is (57,227,207). Sum of RGB (Red+Green+Blue) = 57+227+207=491 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.61% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #39E3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E3CF is #C61C30. Grayscale: #ADADAD. Windows color (decimal): -12983345 or 13624121. OLE color: 13624121.
HSL color Cylindrical-coordinate representation of color #39E3CF: hue angle of 172.94º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E3CF is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 57 | 227 | 207 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.11 |
| HSL | 172.94º | 0.75% | 0.56% | - |
| HSV(B) | 172.94º | 0.75% | 0.89% | - |
| XYZ | 40.42 | 60.31 | 68.54 | - |
| YUV | 173.89 | 146.68 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 227 | 207 | 0.75 | 0 | 0.09 | 0.11 | 172.94 | 0.75 | 0.56 |
| Hex | 39 | E3 | CF | 4B | 0 | 9 | B | AD | 4B | 38 |
| Octal | 71 | 343 | 317 | 113 | 0 | 11 | 13 | 255 | 113 | 70 |
| Binary | 111001 | 11100011 | 11001111 | 1001011 | 0 | 1001 | 1011 | 10101101 | 1001011 | 111000 |
Color Harmonies of #39E3CF
Complementary color
Monochromatic Colors of #39E3CF
Black with #39E3CF
Text Example
Text Example
White with #39E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39E3CF; }
p { color: rgb(57,227,207); }
H1.HeaderClassName
{
color: #39E3CF;
}
.AnyTagClassName
{
color: #39E3CF;
}
</style>
background-color css
<style>
a { background-color: #39E3CF; }
a { background-color: rgb(57,227,207); }
div.DivClassName
{
background-color: #39E3CF;
}
.BgClassName
{
background-color: #39E3CF;
}
</style>
border-color css
<style>
span { border-color: #39E3CF; }
span { border-color: rgb(57,227,207); }
td.TdClassName
{
border-color: #39E3CF;
}
.TagClassName
{
border-color: #39E3CF;
}
</style>