Shades of Medium Turquoise #36CDD2
Tints of Medium Turquoise #36CDD2
RGB
CMYK
RGB Variations
Color information
#36CDD2 (or 0x36CDD2) is known color: Medium Turquoise. HEX triplet: 36, CD and D2. RGB value is (54,205,210). Sum of RGB (Red+Green+Blue) = 54+205+210=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #36CDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDD2 is #C9322D. Grayscale: #A0A0A0. Windows color (decimal): -13185582 or 13815094. OLE color: 13815094.
HSL color Cylindrical-coordinate representation of color #36CDD2: hue angle of 181.92º 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 #36CDD2 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 205 | 210 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.18 |
| HSL | 181.92º | 0.63% | 0.52% | - |
| HSV(B) | 181.92º | 0.74% | 0.82% | - |
| XYZ | 34.99 | 49.1 | 68.61 | - |
| YUV | 160.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 205 | 210 | 0.74 | 0.02 | 0 | 0.18 | 181.92 | 0.63 | 0.52 |
| Hex | 36 | CD | D2 | 4A | 2 | 0 | 12 | B6 | 3F | 34 |
| Octal | 66 | 315 | 322 | 112 | 2 | 0 | 22 | 266 | 77 | 64 |
| Binary | 110110 | 11001101 | 11010010 | 1001010 | 10 | 0 | 10010 | 10110110 | 111111 | 110100 |
Color Harmonies of #36CDD2
Complementary color
Monochromatic Colors of #36CDD2
Black with #36CDD2
Text Example
Text Example
White with #36CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CDD2; }
p { color: rgb(54,205,210); }
H1.HeaderClassName
{
color: #36CDD2;
}
.AnyTagClassName
{
color: #36CDD2;
}
</style>
background-color css
<style>
a { background-color: #36CDD2; }
a { background-color: rgb(54,205,210); }
div.DivClassName
{
background-color: #36CDD2;
}
.BgClassName
{
background-color: #36CDD2;
}
</style>
border-color css
<style>
span { border-color: #36CDD2; }
span { border-color: rgb(54,205,210); }
td.TdClassName
{
border-color: #36CDD2;
}
.TagClassName
{
border-color: #36CDD2;
}
</style>