Shades of Turquoise #36D5CC
Tints of Turquoise #36D5CC
RGB
CMYK
RGB Variations
Color information
#36D5CC (or 0x36D5CC) is known color: Turquoise. HEX triplet: 36, D5 and CC. RGB value is (54,213,204). Sum of RGB (Red+Green+Blue) = 54+213+204=471 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.46% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #36D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5CC is #C92A33. Grayscale: #A4A4A4. Windows color (decimal): -13183540 or 13423926. OLE color: 13423926.
HSL color Cylindrical-coordinate representation of color #36D5CC: hue angle of 176.6º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D5CC is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 204 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.16 |
| HSL | 176.6º | 0.65% | 0.52% | - |
| HSV(B) | 176.6º | 0.75% | 0.84% | - |
| XYZ | 36.21 | 52.73 | 65.4 | - |
| YUV | 164.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 204 | 0.75 | 0 | 0.04 | 0.16 | 176.6 | 0.65 | 0.52 |
| Hex | 36 | D5 | CC | 4B | 0 | 4 | 10 | B1 | 41 | 34 |
| Octal | 66 | 325 | 314 | 113 | 0 | 4 | 20 | 261 | 101 | 64 |
| Binary | 110110 | 11010101 | 11001100 | 1001011 | 0 | 100 | 10000 | 10110001 | 1000001 | 110100 |
Color Harmonies of #36D5CC
Complementary color
Monochromatic Colors of #36D5CC
Black with #36D5CC
Text Example
Text Example
White with #36D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D5CC; }
p { color: rgb(54,213,204); }
H1.HeaderClassName
{
color: #36D5CC;
}
.AnyTagClassName
{
color: #36D5CC;
}
</style>
background-color css
<style>
a { background-color: #36D5CC; }
a { background-color: rgb(54,213,204); }
div.DivClassName
{
background-color: #36D5CC;
}
.BgClassName
{
background-color: #36D5CC;
}
</style>
border-color css
<style>
span { border-color: #36D5CC; }
span { border-color: rgb(54,213,204); }
td.TdClassName
{
border-color: #36D5CC;
}
.TagClassName
{
border-color: #36D5CC;
}
</style>