Shades of Medium Turquoise #36CCBD
Tints of Medium Turquoise #36CCBD
RGB
CMYK
RGB Variations
Color information
#36CCBD (or 0x36CCBD) is known color: Medium Turquoise. HEX triplet: 36, CC and BD. RGB value is (54,204,189). Sum of RGB (Red+Green+Blue) = 54+204+189=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCBD is #C93342. Grayscale: #9D9D9D. Windows color (decimal): -13185859 or 12438582. OLE color: 12438582.
HSL color Cylindrical-coordinate representation of color #36CCBD: hue angle of 174º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCBD is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 189 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.2 |
| HSL | 174º | 0.6% | 0.51% | - |
| HSV(B) | 174º | 0.74% | 0.8% | - |
| XYZ | 32.3 | 47.64 | 55.64 | - |
| YUV | 157.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 189 | 0.74 | 0 | 0.07 | 0.2 | 174 | 0.6 | 0.51 |
| Hex | 36 | CC | BD | 4A | 0 | 7 | 14 | AE | 3C | 33 |
| Octal | 66 | 314 | 275 | 112 | 0 | 7 | 24 | 256 | 74 | 63 |
| Binary | 110110 | 11001100 | 10111101 | 1001010 | 0 | 111 | 10100 | 10101110 | 111100 | 110011 |
Color Harmonies of #36CCBD
Complementary color
Monochromatic Colors of #36CCBD
Black with #36CCBD
Text Example
Text Example
White with #36CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CCBD; }
p { color: rgb(54,204,189); }
H1.HeaderClassName
{
color: #36CCBD;
}
.AnyTagClassName
{
color: #36CCBD;
}
</style>
background-color css
<style>
a { background-color: #36CCBD; }
a { background-color: rgb(54,204,189); }
div.DivClassName
{
background-color: #36CCBD;
}
.BgClassName
{
background-color: #36CCBD;
}
</style>
border-color css
<style>
span { border-color: #36CCBD; }
span { border-color: rgb(54,204,189); }
td.TdClassName
{
border-color: #36CCBD;
}
.TagClassName
{
border-color: #36CCBD;
}
</style>