Shades of Turquoise #36EEF3
Tints of Turquoise #36EEF3
RGB
CMYK
RGB Variations
Color information
#36EEF3 (or 0x36EEF3) is known color: Turquoise. HEX triplet: 36, EE and F3. RGB value is (54,238,243). Sum of RGB (Red+Green+Blue) = 54+238+243=535 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.09% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #36EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EEF3 is #C9110C. Grayscale: #B7B7B7. Windows color (decimal): -13177101 or 15986230. OLE color: 15986230.
HSL color Cylindrical-coordinate representation of color #36EEF3: hue angle of 181.59º degrees, saturation: 0.89, 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 #36EEF3 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 238 | 243 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.05 |
| HSL | 181.59º | 0.89% | 0.58% | - |
| HSV(B) | 181.59º | 0.78% | 0.95% | - |
| XYZ | 48.27 | 68.4 | 95.45 | - |
| YUV | 183.55 | 161.54 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 243 | 0.78 | 0.02 | 0 | 0.05 | 181.59 | 0.89 | 0.58 |
| Hex | 36 | EE | F3 | 4E | 2 | 0 | 5 | B6 | 59 | 3A |
| Octal | 66 | 356 | 363 | 116 | 2 | 0 | 5 | 266 | 131 | 72 |
| Binary | 110110 | 11101110 | 11110011 | 1001110 | 10 | 0 | 101 | 10110110 | 1011001 | 111010 |
Color Harmonies of #36EEF3
Complementary color
Monochromatic Colors of #36EEF3
Black with #36EEF3
Text Example
Text Example
White with #36EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEF3; }
p { color: rgb(54,238,243); }
H1.HeaderClassName
{
color: #36EEF3;
}
.AnyTagClassName
{
color: #36EEF3;
}
</style>
background-color css
<style>
a { background-color: #36EEF3; }
a { background-color: rgb(54,238,243); }
div.DivClassName
{
background-color: #36EEF3;
}
.BgClassName
{
background-color: #36EEF3;
}
</style>
border-color css
<style>
span { border-color: #36EEF3; }
span { border-color: rgb(54,238,243); }
td.TdClassName
{
border-color: #36EEF3;
}
.TagClassName
{
border-color: #36EEF3;
}
</style>