Shades of Turquoise #39FFAF
Tints of Turquoise #39FFAF
RGB
CMYK
RGB Variations
Color information
#39FFAF (or 0x39FFAF) is known color: Turquoise. HEX triplet: 39, FF and AF. RGB value is (57,255,175). Sum of RGB (Red+Green+Blue) = 57+255+175=487 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.70% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39FFAF is #C60050. Grayscale: #BABABA. Windows color (decimal): -12976209 or 11534137. OLE color: 11534137.
HSL color Cylindrical-coordinate representation of color #39FFAF: hue angle of 155.76º 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 #39FFAF is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 175 | - |
| CMYK | 0.78 | 0 | 0.31 | 0 |
| HSL | 155.76º | 1% | 0.61% | - |
| HSV(B) | 155.76º | 0.78% | 1% | - |
| XYZ | 45.19 | 75.49 | 52.75 | - |
| YUV | 186.68 | 121.4 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 175 | 0.78 | 0 | 0.31 | 0 | 155.76 | 1 | 0.61 |
| Hex | 39 | FF | AF | 4E | 0 | 1F | 0 | 9C | 64 | 3D |
| Octal | 71 | 377 | 257 | 116 | 0 | 37 | 0 | 234 | 144 | 75 |
| Binary | 111001 | 11111111 | 10101111 | 1001110 | 0 | 11111 | 0 | 10011100 | 1100100 | 111101 |
Color Harmonies of #39FFAF
Complementary color
Monochromatic Colors of #39FFAF
Black with #39FFAF
Text Example
Text Example
White with #39FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFAF; }
p { color: rgb(57,255,175); }
H1.HeaderClassName
{
color: #39FFAF;
}
.AnyTagClassName
{
color: #39FFAF;
}
</style>
background-color css
<style>
a { background-color: #39FFAF; }
a { background-color: rgb(57,255,175); }
div.DivClassName
{
background-color: #39FFAF;
}
.BgClassName
{
background-color: #39FFAF;
}
</style>
border-color css
<style>
span { border-color: #39FFAF; }
span { border-color: rgb(57,255,175); }
td.TdClassName
{
border-color: #39FFAF;
}
.TagClassName
{
border-color: #39FFAF;
}
</style>