Shades of Turquoise #39EDC9
Tints of Turquoise #39EDC9
RGB
CMYK
RGB Variations
Color information
#39EDC9 (or 0x39EDC9) is known color: Turquoise. HEX triplet: 39, ED and C9. RGB value is (57,237,201). Sum of RGB (Red+Green+Blue) = 57+237+201=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #39EDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EDC9 is #C61236. Grayscale: #B3B3B3. Windows color (decimal): -12980791 or 13233465. OLE color: 13233465.
HSL color Cylindrical-coordinate representation of color #39EDC9: hue angle of 168º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EDC9 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 237 | 201 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.07 |
| HSL | 168º | 0.83% | 0.58% | - |
| HSV(B) | 168º | 0.76% | 0.93% | - |
| XYZ | 42.51 | 65.66 | 65.69 | - |
| YUV | 179.08 | 140.37 | 40.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 237 | 201 | 0.76 | 0 | 0.15 | 0.07 | 168 | 0.83 | 0.58 |
| Hex | 39 | ED | C9 | 4C | 0 | F | 7 | A8 | 53 | 3A |
| Octal | 71 | 355 | 311 | 114 | 0 | 17 | 7 | 250 | 123 | 72 |
| Binary | 111001 | 11101101 | 11001001 | 1001100 | 0 | 1111 | 111 | 10101000 | 1010011 | 111010 |
Color Harmonies of #39EDC9
Complementary color
Monochromatic Colors of #39EDC9
Black with #39EDC9
Text Example
Text Example
White with #39EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EDC9; }
p { color: rgb(57,237,201); }
H1.HeaderClassName
{
color: #39EDC9;
}
.AnyTagClassName
{
color: #39EDC9;
}
</style>
background-color css
<style>
a { background-color: #39EDC9; }
a { background-color: rgb(57,237,201); }
div.DivClassName
{
background-color: #39EDC9;
}
.BgClassName
{
background-color: #39EDC9;
}
</style>
border-color css
<style>
span { border-color: #39EDC9; }
span { border-color: rgb(57,237,201); }
td.TdClassName
{
border-color: #39EDC9;
}
.TagClassName
{
border-color: #39EDC9;
}
</style>