Shades of Turquoise #39FEFA
Tints of Turquoise #39FEFA
RGB
CMYK
RGB Variations
Color information
#39FEFA (or 0x39FEFA) is known color: Turquoise. HEX triplet: 39, FE and FA. RGB value is (57,254,250). Sum of RGB (Red+Green+Blue) = 57+254+250=561 (74% of max value = 765). Red value is 57 (22.66% from 255 or 10.16% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #39FEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FEFA is #C60105. Grayscale: #C2C2C2. Windows color (decimal): -12976390 or 16449081. OLE color: 16449081.
HSL color Cylindrical-coordinate representation of color #39FEFA: hue angle of 178.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FEFA is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 250 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.00 |
| HSL | 178.78º | 0.99% | 0.61% | - |
| HSV(B) | 178.78º | 0.78% | 1% | - |
| XYZ | 54.38 | 78.66 | 102.76 | - |
| YUV | 194.64 | 159.23 | 29.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 250 | 0.78 | 0 | 0.02 | 0.00 | 178.78 | 0.99 | 0.61 |
| Hex | 39 | FE | FA | 4E | 0 | 2 | 0 | B3 | 63 | 3D |
| Octal | 71 | 376 | 372 | 116 | 0 | 2 | 0 | 263 | 143 | 75 |
| Binary | 111001 | 11111110 | 11111010 | 1001110 | 0 | 10 | 0 | 10110011 | 1100011 | 111101 |
Color Harmonies of #39FEFA
Complementary color
Monochromatic Colors of #39FEFA
Black with #39FEFA
Text Example
Text Example
White with #39FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FEFA; }
p { color: rgb(57,254,250); }
H1.HeaderClassName
{
color: #39FEFA;
}
.AnyTagClassName
{
color: #39FEFA;
}
</style>
background-color css
<style>
a { background-color: #39FEFA; }
a { background-color: rgb(57,254,250); }
div.DivClassName
{
background-color: #39FEFA;
}
.BgClassName
{
background-color: #39FEFA;
}
</style>
border-color css
<style>
span { border-color: #39FEFA; }
span { border-color: rgb(57,254,250); }
td.TdClassName
{
border-color: #39FEFA;
}
.TagClassName
{
border-color: #39FEFA;
}
</style>