Shades of Medium Turquoise #36CFCB
Tints of Medium Turquoise #36CFCB
RGB
CMYK
RGB Variations
Color information
#36CFCB (or 0x36CFCB) is known color: Medium Turquoise. HEX triplet: 36, CF and CB. RGB value is (54,207,203). Sum of RGB (Red+Green+Blue) = 54+207+203=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFCB is #C93034. Grayscale: #A0A0A0. Windows color (decimal): -13185077 or 13356854. OLE color: 13356854.
HSL color Cylindrical-coordinate representation of color #36CFCB: hue angle of 178.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CFCB is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 203 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.19 |
| HSL | 178.43º | 0.61% | 0.51% | - |
| HSV(B) | 178.43º | 0.74% | 0.81% | - |
| XYZ | 34.61 | 49.72 | 64.27 | - |
| YUV | 160.8 | 151.81 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 203 | 0.74 | 0 | 0.02 | 0.19 | 178.43 | 0.61 | 0.51 |
| Hex | 36 | CF | CB | 4A | 0 | 2 | 13 | B2 | 3D | 33 |
| Octal | 66 | 317 | 313 | 112 | 0 | 2 | 23 | 262 | 75 | 63 |
| Binary | 110110 | 11001111 | 11001011 | 1001010 | 0 | 10 | 10011 | 10110010 | 111101 | 110011 |
Color Harmonies of #36CFCB
Complementary color
Monochromatic Colors of #36CFCB
Black with #36CFCB
Text Example
Text Example
White with #36CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFCB; }
p { color: rgb(54,207,203); }
H1.HeaderClassName
{
color: #36CFCB;
}
.AnyTagClassName
{
color: #36CFCB;
}
</style>
background-color css
<style>
a { background-color: #36CFCB; }
a { background-color: rgb(54,207,203); }
div.DivClassName
{
background-color: #36CFCB;
}
.BgClassName
{
background-color: #36CFCB;
}
</style>
border-color css
<style>
span { border-color: #36CFCB; }
span { border-color: rgb(54,207,203); }
td.TdClassName
{
border-color: #36CFCB;
}
.TagClassName
{
border-color: #36CFCB;
}
</style>