Shades of Medium Turquoise #36CFC3
Tints of Medium Turquoise #36CFC3
RGB
CMYK
RGB Variations
Color information
#36CFC3 (or 0x36CFC3) is known color: Medium Turquoise. HEX triplet: 36, CF and C3. RGB value is (54,207,195). Sum of RGB (Red+Green+Blue) = 54+207+195=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFC3 is #C9303C. Grayscale: #9F9F9F. Windows color (decimal): -13185085 or 12832566. OLE color: 12832566.
HSL color Cylindrical-coordinate representation of color #36CFC3: hue angle of 175.29º 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 #36CFC3 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 195 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.19 |
| HSL | 175.29º | 0.61% | 0.51% | - |
| HSV(B) | 175.29º | 0.74% | 0.81% | - |
| XYZ | 33.68 | 49.35 | 59.38 | - |
| YUV | 159.89 | 147.81 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 195 | 0.74 | 0 | 0.06 | 0.19 | 175.29 | 0.61 | 0.51 |
| Hex | 36 | CF | C3 | 4A | 0 | 6 | 13 | AF | 3D | 33 |
| Octal | 66 | 317 | 303 | 112 | 0 | 6 | 23 | 257 | 75 | 63 |
| Binary | 110110 | 11001111 | 11000011 | 1001010 | 0 | 110 | 10011 | 10101111 | 111101 | 110011 |
Color Harmonies of #36CFC3
Complementary color
Monochromatic Colors of #36CFC3
Black with #36CFC3
Text Example
Text Example
White with #36CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFC3; }
p { color: rgb(54,207,195); }
H1.HeaderClassName
{
color: #36CFC3;
}
.AnyTagClassName
{
color: #36CFC3;
}
</style>
background-color css
<style>
a { background-color: #36CFC3; }
a { background-color: rgb(54,207,195); }
div.DivClassName
{
background-color: #36CFC3;
}
.BgClassName
{
background-color: #36CFC3;
}
</style>
border-color css
<style>
span { border-color: #36CFC3; }
span { border-color: rgb(54,207,195); }
td.TdClassName
{
border-color: #36CFC3;
}
.TagClassName
{
border-color: #36CFC3;
}
</style>