Shades of Turquoise #39FECF
Tints of Turquoise #39FECF
RGB
CMYK
RGB Variations
Color information
#39FECF (or 0x39FECF) is known color: Turquoise. HEX triplet: 39, FE and CF. RGB value is (57,254,207). Sum of RGB (Red+Green+Blue) = 57+254+207=518 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.00% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #39FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FECF is #C60130. Grayscale: #BDBDBD. Windows color (decimal): -12976433 or 13631033. OLE color: 13631033.
HSL color Cylindrical-coordinate representation of color #39FECF: hue angle of 165.69º 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 #39FECF is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 254 | 207 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.00 |
| HSL | 165.69º | 0.99% | 0.61% | - |
| HSV(B) | 165.69º | 0.78% | 1% | - |
| XYZ | 48.39 | 76.26 | 71.2 | - |
| YUV | 189.74 | 137.73 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 254 | 207 | 0.78 | 0 | 0.19 | 0.00 | 165.69 | 0.99 | 0.61 |
| Hex | 39 | FE | CF | 4E | 0 | 13 | 0 | A6 | 63 | 3D |
| Octal | 71 | 376 | 317 | 116 | 0 | 23 | 0 | 246 | 143 | 75 |
| Binary | 111001 | 11111110 | 11001111 | 1001110 | 0 | 10011 | 0 | 10100110 | 1100011 | 111101 |
Color Harmonies of #39FECF
Complementary color
Monochromatic Colors of #39FECF
Black with #39FECF
Text Example
Text Example
White with #39FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FECF; }
p { color: rgb(57,254,207); }
H1.HeaderClassName
{
color: #39FECF;
}
.AnyTagClassName
{
color: #39FECF;
}
</style>
background-color css
<style>
a { background-color: #39FECF; }
a { background-color: rgb(57,254,207); }
div.DivClassName
{
background-color: #39FECF;
}
.BgClassName
{
background-color: #39FECF;
}
</style>
border-color css
<style>
span { border-color: #39FECF; }
span { border-color: rgb(57,254,207); }
td.TdClassName
{
border-color: #39FECF;
}
.TagClassName
{
border-color: #39FECF;
}
</style>