Shades of Medium Turquoise #36CFB5
Tints of Medium Turquoise #36CFB5
RGB
CMYK
RGB Variations
Color information
#36CFB5 (or 0x36CFB5) is known color: Medium Turquoise. HEX triplet: 36, CF and B5. RGB value is (54,207,181). Sum of RGB (Red+Green+Blue) = 54+207+181=442 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.22% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #36CFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CFB5 is #C9304A. Grayscale: #9E9E9E. Windows color (decimal): -13185099 or 11915062. OLE color: 11915062.
HSL color Cylindrical-coordinate representation of color #36CFB5: hue angle of 169.8º 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 #36CFB5 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 181 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.19 |
| HSL | 169.8º | 0.61% | 0.51% | - |
| HSV(B) | 169.8º | 0.74% | 0.81% | - |
| XYZ | 32.17 | 48.75 | 51.43 | - |
| YUV | 158.29 | 140.81 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 181 | 0.74 | 0 | 0.13 | 0.19 | 169.8 | 0.61 | 0.51 |
| Hex | 36 | CF | B5 | 4A | 0 | D | 13 | AA | 3D | 33 |
| Octal | 66 | 317 | 265 | 112 | 0 | 15 | 23 | 252 | 75 | 63 |
| Binary | 110110 | 11001111 | 10110101 | 1001010 | 0 | 1101 | 10011 | 10101010 | 111101 | 110011 |
Color Harmonies of #36CFB5
Complementary color
Monochromatic Colors of #36CFB5
Black with #36CFB5
Text Example
Text Example
White with #36CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CFB5; }
p { color: rgb(54,207,181); }
H1.HeaderClassName
{
color: #36CFB5;
}
.AnyTagClassName
{
color: #36CFB5;
}
</style>
background-color css
<style>
a { background-color: #36CFB5; }
a { background-color: rgb(54,207,181); }
div.DivClassName
{
background-color: #36CFB5;
}
.BgClassName
{
background-color: #36CFB5;
}
</style>
border-color css
<style>
span { border-color: #36CFB5; }
span { border-color: rgb(54,207,181); }
td.TdClassName
{
border-color: #36CFB5;
}
.TagClassName
{
border-color: #36CFB5;
}
</style>