Shades of Turquoise #36EEF2
Tints of Turquoise #36EEF2
RGB
CMYK
RGB Variations
Color information
#36EEF2 (or 0x36EEF2) is known color: Turquoise. HEX triplet: 36, EE and F2. RGB value is (54,238,242). Sum of RGB (Red+Green+Blue) = 54+238+242=534 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.11% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #36EEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EEF2 is #C9110D. Grayscale: #B7B7B7. Windows color (decimal): -13177102 or 15920694. OLE color: 15920694.
HSL color Cylindrical-coordinate representation of color #36EEF2: hue angle of 181.28º 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 #36EEF2 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 238 | 242 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.05 |
| HSL | 181.28º | 0.88% | 0.58% | - |
| HSV(B) | 181.28º | 0.78% | 0.95% | - |
| XYZ | 48.12 | 68.34 | 94.66 | - |
| YUV | 183.44 | 161.04 | 35.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 242 | 0.78 | 0.02 | 0 | 0.05 | 181.28 | 0.88 | 0.58 |
| Hex | 36 | EE | F2 | 4E | 2 | 0 | 5 | B5 | 58 | 3A |
| Octal | 66 | 356 | 362 | 116 | 2 | 0 | 5 | 265 | 130 | 72 |
| Binary | 110110 | 11101110 | 11110010 | 1001110 | 10 | 0 | 101 | 10110101 | 1011000 | 111010 |
Color Harmonies of #36EEF2
Complementary color
Monochromatic Colors of #36EEF2
Black with #36EEF2
Text Example
Text Example
White with #36EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEF2; }
p { color: rgb(54,238,242); }
H1.HeaderClassName
{
color: #36EEF2;
}
.AnyTagClassName
{
color: #36EEF2;
}
</style>
background-color css
<style>
a { background-color: #36EEF2; }
a { background-color: rgb(54,238,242); }
div.DivClassName
{
background-color: #36EEF2;
}
.BgClassName
{
background-color: #36EEF2;
}
</style>
border-color css
<style>
span { border-color: #36EEF2; }
span { border-color: rgb(54,238,242); }
td.TdClassName
{
border-color: #36EEF2;
}
.TagClassName
{
border-color: #36EEF2;
}
</style>