Shades of Turquoise #39ECF2
Tints of Turquoise #39ECF2
RGB
CMYK
RGB Variations
Color information
#39ECF2 (or 0x39ECF2) is known color: Turquoise. HEX triplet: 39, EC and F2. RGB value is (57,236,242). Sum of RGB (Red+Green+Blue) = 57+236+242=535 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.65% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #39ECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39ECF2 is #C6130D. Grayscale: #B6B6B6. Windows color (decimal): -12981006 or 15920185. OLE color: 15920185.
HSL color Cylindrical-coordinate representation of color #39ECF2: hue angle of 181.95º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39ECF2 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 236 | 242 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.05 |
| HSL | 181.95º | 0.88% | 0.59% | - |
| HSV(B) | 181.95º | 0.76% | 0.95% | - |
| XYZ | 47.71 | 67.27 | 94.47 | - |
| YUV | 183.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 236 | 242 | 0.76 | 0.02 | 0 | 0.05 | 181.95 | 0.88 | 0.59 |
| Hex | 39 | EC | F2 | 4C | 2 | 0 | 5 | B6 | 58 | 3B |
| Octal | 71 | 354 | 362 | 114 | 2 | 0 | 5 | 266 | 130 | 73 |
| Binary | 111001 | 11101100 | 11110010 | 1001100 | 10 | 0 | 101 | 10110110 | 1011000 | 111011 |
Color Harmonies of #39ECF2
Complementary color
Monochromatic Colors of #39ECF2
Black with #39ECF2
Text Example
Text Example
White with #39ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ECF2; }
p { color: rgb(57,236,242); }
H1.HeaderClassName
{
color: #39ECF2;
}
.AnyTagClassName
{
color: #39ECF2;
}
</style>
background-color css
<style>
a { background-color: #39ECF2; }
a { background-color: rgb(57,236,242); }
div.DivClassName
{
background-color: #39ECF2;
}
.BgClassName
{
background-color: #39ECF2;
}
</style>
border-color css
<style>
span { border-color: #39ECF2; }
span { border-color: rgb(57,236,242); }
td.TdClassName
{
border-color: #39ECF2;
}
.TagClassName
{
border-color: #39ECF2;
}
</style>