Shades of Medium Turquoise #36CED2
Tints of Medium Turquoise #36CED2
RGB
CMYK
RGB Variations
Color information
#36CED2 (or 0x36CED2) is known color: Medium Turquoise. HEX triplet: 36, CE and D2. RGB value is (54,206,210). Sum of RGB (Red+Green+Blue) = 54+206+210=470 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.49% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #36CED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CED2 is #C9312D. Grayscale: #A0A0A0. Windows color (decimal): -13185326 or 13815350. OLE color: 13815350.
HSL color Cylindrical-coordinate representation of color #36CED2: hue angle of 181.54º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CED2 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 206 | 210 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.18 |
| HSL | 181.54º | 0.63% | 0.52% | - |
| HSV(B) | 181.54º | 0.74% | 0.82% | - |
| XYZ | 35.23 | 49.58 | 68.69 | - |
| YUV | 161.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 210 | 0.74 | 0.02 | 0 | 0.18 | 181.54 | 0.63 | 0.52 |
| Hex | 36 | CE | D2 | 4A | 2 | 0 | 12 | B6 | 3F | 34 |
| Octal | 66 | 316 | 322 | 112 | 2 | 0 | 22 | 266 | 77 | 64 |
| Binary | 110110 | 11001110 | 11010010 | 1001010 | 10 | 0 | 10010 | 10110110 | 111111 | 110100 |
Color Harmonies of #36CED2
Complementary color
Monochromatic Colors of #36CED2
Black with #36CED2
Text Example
Text Example
White with #36CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CED2; }
p { color: rgb(54,206,210); }
H1.HeaderClassName
{
color: #36CED2;
}
.AnyTagClassName
{
color: #36CED2;
}
</style>
background-color css
<style>
a { background-color: #36CED2; }
a { background-color: rgb(54,206,210); }
div.DivClassName
{
background-color: #36CED2;
}
.BgClassName
{
background-color: #36CED2;
}
</style>
border-color css
<style>
span { border-color: #36CED2; }
span { border-color: rgb(54,206,210); }
td.TdClassName
{
border-color: #36CED2;
}
.TagClassName
{
border-color: #36CED2;
}
</style>