Shades of Turquoise #36DCE6
Tints of Turquoise #36DCE6
RGB
CMYK
RGB Variations
Color information
#36DCE6 (or 0x36DCE6) is known color: Turquoise. HEX triplet: 36, DC and E6. RGB value is (54,220,230). Sum of RGB (Red+Green+Blue) = 54+220+230=504 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.71% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #36DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCE6 is #C92319. Grayscale: #ABABAB. Windows color (decimal): -13181722 or 15129654. OLE color: 15129654.
HSL color Cylindrical-coordinate representation of color #36DCE6: hue angle of 183.41º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36DCE6 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 220 | 230 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.10 |
| HSL | 183.41º | 0.78% | 0.56% | - |
| HSV(B) | 183.41º | 0.77% | 0.9% | - |
| XYZ | 41.4 | 57.68 | 83.82 | - |
| YUV | 171.51 | 161 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 230 | 0.77 | 0.04 | 0 | 0.10 | 183.41 | 0.78 | 0.56 |
| Hex | 36 | DC | E6 | 4D | 4 | 0 | A | B7 | 4E | 38 |
| Octal | 66 | 334 | 346 | 115 | 4 | 0 | 12 | 267 | 116 | 70 |
| Binary | 110110 | 11011100 | 11100110 | 1001101 | 100 | 0 | 1010 | 10110111 | 1001110 | 111000 |
Color Harmonies of #36DCE6
Complementary color
Monochromatic Colors of #36DCE6
Black with #36DCE6
Text Example
Text Example
White with #36DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCE6; }
p { color: rgb(54,220,230); }
H1.HeaderClassName
{
color: #36DCE6;
}
.AnyTagClassName
{
color: #36DCE6;
}
</style>
background-color css
<style>
a { background-color: #36DCE6; }
a { background-color: rgb(54,220,230); }
div.DivClassName
{
background-color: #36DCE6;
}
.BgClassName
{
background-color: #36DCE6;
}
</style>
border-color css
<style>
span { border-color: #36DCE6; }
span { border-color: rgb(54,220,230); }
td.TdClassName
{
border-color: #36DCE6;
}
.TagClassName
{
border-color: #36DCE6;
}
</style>