Shades of Turquoise #36ECF2
Tints of Turquoise #36ECF2
RGB
CMYK
RGB Variations
Color information
#36ECF2 (or 0x36ECF2) is known color: Turquoise. HEX triplet: 36, EC and F2. RGB value is (54,236,242). Sum of RGB (Red+Green+Blue) = 54+236+242=532 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.15% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #36ECF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36ECF2 is #C9130D. Grayscale: #B6B6B6. Windows color (decimal): -13177614 or 15920182. OLE color: 15920182.
HSL color Cylindrical-coordinate representation of color #36ECF2: hue angle of 181.91º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36ECF2 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 236 | 242 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.05 |
| HSL | 181.91º | 0.88% | 0.58% | - |
| HSV(B) | 181.91º | 0.78% | 0.95% | - |
| XYZ | 47.54 | 67.19 | 94.47 | - |
| YUV | 182.27 | 161.7 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 242 | 0.78 | 0.02 | 0 | 0.05 | 181.91 | 0.88 | 0.58 |
| Hex | 36 | EC | F2 | 4E | 2 | 0 | 5 | B6 | 58 | 3A |
| Octal | 66 | 354 | 362 | 116 | 2 | 0 | 5 | 266 | 130 | 72 |
| Binary | 110110 | 11101100 | 11110010 | 1001110 | 10 | 0 | 101 | 10110110 | 1011000 | 111010 |
Color Harmonies of #36ECF2
Complementary color
Monochromatic Colors of #36ECF2
Black with #36ECF2
Text Example
Text Example
White with #36ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECF2; }
p { color: rgb(54,236,242); }
H1.HeaderClassName
{
color: #36ECF2;
}
.AnyTagClassName
{
color: #36ECF2;
}
</style>
background-color css
<style>
a { background-color: #36ECF2; }
a { background-color: rgb(54,236,242); }
div.DivClassName
{
background-color: #36ECF2;
}
.BgClassName
{
background-color: #36ECF2;
}
</style>
border-color css
<style>
span { border-color: #36ECF2; }
span { border-color: rgb(54,236,242); }
td.TdClassName
{
border-color: #36ECF2;
}
.TagClassName
{
border-color: #36ECF2;
}
</style>