Shades of Medium Turquoise #36CEDD
Tints of Medium Turquoise #36CEDD
RGB
CMYK
RGB Variations
Color information
#36CEDD (or 0x36CEDD) is known color: Medium Turquoise. HEX triplet: 36, CE and DD. RGB value is (54,206,221). Sum of RGB (Red+Green+Blue) = 54+206+221=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #36CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEDD is #C93122. Grayscale: #A2A2A2. Windows color (decimal): -13185315 or 14536246. OLE color: 14536246.
HSL color Cylindrical-coordinate representation of color #36CEDD: hue angle of 185.39º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36CEDD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 206 | 221 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.13 |
| HSL | 185.39º | 0.71% | 0.54% | - |
| HSV(B) | 185.39º | 0.76% | 0.87% | - |
| XYZ | 36.64 | 50.15 | 76.15 | - |
| YUV | 162.26 | 161.14 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 206 | 221 | 0.76 | 0.07 | 0 | 0.13 | 185.39 | 0.71 | 0.54 |
| Hex | 36 | CE | DD | 4C | 7 | 0 | D | B9 | 47 | 36 |
| Octal | 66 | 316 | 335 | 114 | 7 | 0 | 15 | 271 | 107 | 66 |
| Binary | 110110 | 11001110 | 11011101 | 1001100 | 111 | 0 | 1101 | 10111001 | 1000111 | 110110 |
Color Harmonies of #36CEDD
Complementary color
Monochromatic Colors of #36CEDD
Black with #36CEDD
Text Example
Text Example
White with #36CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CEDD; }
p { color: rgb(54,206,221); }
H1.HeaderClassName
{
color: #36CEDD;
}
.AnyTagClassName
{
color: #36CEDD;
}
</style>
background-color css
<style>
a { background-color: #36CEDD; }
a { background-color: rgb(54,206,221); }
div.DivClassName
{
background-color: #36CEDD;
}
.BgClassName
{
background-color: #36CEDD;
}
</style>
border-color css
<style>
span { border-color: #36CEDD; }
span { border-color: rgb(54,206,221); }
td.TdClassName
{
border-color: #36CEDD;
}
.TagClassName
{
border-color: #36CEDD;
}
</style>