Shades of Turquoise #39FFC6
Tints of Turquoise #39FFC6
RGB
CMYK
RGB Variations
Color information
#39FFC6 (or 0x39FFC6) is known color: Turquoise. HEX triplet: 39, FF and C6. RGB value is (57,255,198). Sum of RGB (Red+Green+Blue) = 57+255+198=510 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.18% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFC6 is #C60039. Grayscale: #BDBDBD. Windows color (decimal): -12976186 or 13041465. OLE color: 13041465.
HSL color Cylindrical-coordinate representation of color #39FFC6: hue angle of 162.73º 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 #39FFC6 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 198 | - |
| CMYK | 0.78 | 0 | 0.22 | 0 |
| HSL | 162.73º | 1% | 0.61% | - |
| HSV(B) | 162.73º | 0.78% | 1% | - |
| XYZ | 47.64 | 76.47 | 65.67 | - |
| YUV | 189.3 | 132.9 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 198 | 0.78 | 0 | 0.22 | 0 | 162.73 | 1 | 0.61 |
| Hex | 39 | FF | C6 | 4E | 0 | 16 | 0 | A3 | 64 | 3D |
| Octal | 71 | 377 | 306 | 116 | 0 | 26 | 0 | 243 | 144 | 75 |
| Binary | 111001 | 11111111 | 11000110 | 1001110 | 0 | 10110 | 0 | 10100011 | 1100100 | 111101 |
Color Harmonies of #39FFC6
Complementary color
Monochromatic Colors of #39FFC6
Black with #39FFC6
Text Example
Text Example
White with #39FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFC6; }
p { color: rgb(57,255,198); }
H1.HeaderClassName
{
color: #39FFC6;
}
.AnyTagClassName
{
color: #39FFC6;
}
</style>
background-color css
<style>
a { background-color: #39FFC6; }
a { background-color: rgb(57,255,198); }
div.DivClassName
{
background-color: #39FFC6;
}
.BgClassName
{
background-color: #39FFC6;
}
</style>
border-color css
<style>
span { border-color: #39FFC6; }
span { border-color: rgb(57,255,198); }
td.TdClassName
{
border-color: #39FFC6;
}
.TagClassName
{
border-color: #39FFC6;
}
</style>