Shades of Medium Turquoise #36CFDC
Tints of Medium Turquoise #36CFDC
RGB
CMYK
RGB Variations
Color information
#36CFDC (or 0x36CFDC) is known color: Medium Turquoise. HEX triplet: 36, CF and DC. RGB value is (54,207,220). Sum of RGB (Red+Green+Blue) = 54+207+220=481 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.23% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #36CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFDC is #C93023. Grayscale: #A2A2A2. Windows color (decimal): -13185060 or 14470966. OLE color: 14470966.
HSL color Cylindrical-coordinate representation of color #36CFDC: hue angle of 184.7º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36CFDC is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 207 | 220 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.14 |
| HSL | 184.7º | 0.7% | 0.54% | - |
| HSV(B) | 184.7º | 0.75% | 0.86% | - |
| XYZ | 36.75 | 50.58 | 75.54 | - |
| YUV | 162.74 | 160.31 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 220 | 0.75 | 0.06 | 0 | 0.14 | 184.7 | 0.7 | 0.54 |
| Hex | 36 | CF | DC | 4B | 6 | 0 | E | B9 | 46 | 36 |
| Octal | 66 | 317 | 334 | 113 | 6 | 0 | 16 | 271 | 106 | 66 |
| Binary | 110110 | 11001111 | 11011100 | 1001011 | 110 | 0 | 1110 | 10111001 | 1000110 | 110110 |
Color Harmonies of #36CFDC
Complementary color
Monochromatic Colors of #36CFDC
Black with #36CFDC
Text Example
Text Example
White with #36CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFDC; }
p { color: rgb(54,207,220); }
H1.HeaderClassName
{
color: #36CFDC;
}
.AnyTagClassName
{
color: #36CFDC;
}
</style>
background-color css
<style>
a { background-color: #36CFDC; }
a { background-color: rgb(54,207,220); }
div.DivClassName
{
background-color: #36CFDC;
}
.BgClassName
{
background-color: #36CFDC;
}
</style>
border-color css
<style>
span { border-color: #36CFDC; }
span { border-color: rgb(54,207,220); }
td.TdClassName
{
border-color: #36CFDC;
}
.TagClassName
{
border-color: #36CFDC;
}
</style>