Shades of Turquoise #39FFC9
Tints of Turquoise #39FFC9
RGB
CMYK
RGB Variations
Color information
#39FFC9 (or 0x39FFC9) is known color: Turquoise. HEX triplet: 39, FF and C9. RGB value is (57,255,201). Sum of RGB (Red+Green+Blue) = 57+255+201=513 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.11% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFC9 is #C60036. Grayscale: #BDBDBD. Windows color (decimal): -12976183 or 13238073. OLE color: 13238073.
HSL color Cylindrical-coordinate representation of color #39FFC9: hue angle of 163.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFC9 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 201 | - |
| CMYK | 0.78 | 0 | 0.21 | 0 |
| HSL | 163.64º | 1% | 0.61% | - |
| HSV(B) | 163.64º | 0.78% | 1% | - |
| XYZ | 47.99 | 76.61 | 67.52 | - |
| YUV | 189.64 | 134.4 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 201 | 0.78 | 0 | 0.21 | 0 | 163.64 | 1 | 0.61 |
| Hex | 39 | FF | C9 | 4E | 0 | 15 | 0 | A4 | 64 | 3D |
| Octal | 71 | 377 | 311 | 116 | 0 | 25 | 0 | 244 | 144 | 75 |
| Binary | 111001 | 11111111 | 11001001 | 1001110 | 0 | 10101 | 0 | 10100100 | 1100100 | 111101 |
Color Harmonies of #39FFC9
Complementary color
Monochromatic Colors of #39FFC9
Black with #39FFC9
Text Example
Text Example
White with #39FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFC9; }
p { color: rgb(57,255,201); }
H1.HeaderClassName
{
color: #39FFC9;
}
.AnyTagClassName
{
color: #39FFC9;
}
</style>
background-color css
<style>
a { background-color: #39FFC9; }
a { background-color: rgb(57,255,201); }
div.DivClassName
{
background-color: #39FFC9;
}
.BgClassName
{
background-color: #39FFC9;
}
</style>
border-color css
<style>
span { border-color: #39FFC9; }
span { border-color: rgb(57,255,201); }
td.TdClassName
{
border-color: #39FFC9;
}
.TagClassName
{
border-color: #39FFC9;
}
</style>