Shades of Turquoise #36DCEE
Tints of Turquoise #36DCEE
RGB
CMYK
RGB Variations
Color information
#36DCEE (or 0x36DCEE) is known color: Turquoise. HEX triplet: 36, DC and EE. RGB value is (54,220,238). Sum of RGB (Red+Green+Blue) = 54+220+238=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #36DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCEE is #C92311. Grayscale: #ACACAC. Windows color (decimal): -13181714 or 15653942. OLE color: 15653942.
HSL color Cylindrical-coordinate representation of color #36DCEE: hue angle of 185.87º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DCEE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 220 | 238 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.07 |
| HSL | 185.87º | 0.84% | 0.57% | - |
| HSV(B) | 185.87º | 0.77% | 0.93% | - |
| XYZ | 42.55 | 58.14 | 89.87 | - |
| YUV | 172.42 | 165 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 238 | 0.77 | 0.08 | 0 | 0.07 | 185.87 | 0.84 | 0.57 |
| Hex | 36 | DC | EE | 4D | 8 | 0 | 7 | BA | 54 | 39 |
| Octal | 66 | 334 | 356 | 115 | 10 | 0 | 7 | 272 | 124 | 71 |
| Binary | 110110 | 11011100 | 11101110 | 1001101 | 1000 | 0 | 111 | 10111010 | 1010100 | 111001 |
Color Harmonies of #36DCEE
Complementary color
Monochromatic Colors of #36DCEE
Black with #36DCEE
Text Example
Text Example
White with #36DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCEE; }
p { color: rgb(54,220,238); }
H1.HeaderClassName
{
color: #36DCEE;
}
.AnyTagClassName
{
color: #36DCEE;
}
</style>
background-color css
<style>
a { background-color: #36DCEE; }
a { background-color: rgb(54,220,238); }
div.DivClassName
{
background-color: #36DCEE;
}
.BgClassName
{
background-color: #36DCEE;
}
</style>
border-color css
<style>
span { border-color: #36DCEE; }
span { border-color: rgb(54,220,238); }
td.TdClassName
{
border-color: #36DCEE;
}
.TagClassName
{
border-color: #36DCEE;
}
</style>