Shades of Turquoise #39FFFA
Tints of Turquoise #39FFFA
RGB
CMYK
RGB Variations
Color information
#39FFFA (or 0x39FFFA) is known color: Turquoise. HEX triplet: 39, FF and FA. RGB value is (57,255,250). Sum of RGB (Red+Green+Blue) = 57+255+250=562 (74% of max value = 765). Red value is 57 (22.66% from 255 or 10.14% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FFFA is #C60005. Grayscale: #C3C3C3. Windows color (decimal): -12976134 or 16449337. OLE color: 16449337.
HSL color Cylindrical-coordinate representation of color #39FFFA: hue angle of 178.48º 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 #39FFFA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 250 | - |
| CMYK | 0.78 | 0 | 0.02 | 0 |
| HSL | 178.48º | 1% | 0.61% | - |
| HSV(B) | 178.48º | 0.78% | 1% | - |
| XYZ | 54.7 | 79.29 | 102.86 | - |
| YUV | 195.23 | 158.9 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 250 | 0.78 | 0 | 0.02 | 0 | 178.48 | 1 | 0.61 |
| Hex | 39 | FF | FA | 4E | 0 | 2 | 0 | B2 | 64 | 3D |
| Octal | 71 | 377 | 372 | 116 | 0 | 2 | 0 | 262 | 144 | 75 |
| Binary | 111001 | 11111111 | 11111010 | 1001110 | 0 | 10 | 0 | 10110010 | 1100100 | 111101 |
Color Harmonies of #39FFFA
Complementary color
Monochromatic Colors of #39FFFA
Black with #39FFFA
Text Example
Text Example
White with #39FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFFA; }
p { color: rgb(57,255,250); }
H1.HeaderClassName
{
color: #39FFFA;
}
.AnyTagClassName
{
color: #39FFFA;
}
</style>
background-color css
<style>
a { background-color: #39FFFA; }
a { background-color: rgb(57,255,250); }
div.DivClassName
{
background-color: #39FFFA;
}
.BgClassName
{
background-color: #39FFFA;
}
</style>
border-color css
<style>
span { border-color: #39FFFA; }
span { border-color: rgb(57,255,250); }
td.TdClassName
{
border-color: #39FFFA;
}
.TagClassName
{
border-color: #39FFFA;
}
</style>