Shades of Turquoise #36DFC5
Tints of Turquoise #36DFC5
RGB
CMYK
RGB Variations
Color information
#36DFC5 (or 0x36DFC5) is known color: Turquoise. HEX triplet: 36, DF and C5. RGB value is (54,223,197). Sum of RGB (Red+Green+Blue) = 54+223+197=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFC5 is #C9203A. Grayscale: #A9A9A9. Windows color (decimal): -13180987 or 12967734. OLE color: 12967734.
HSL color Cylindrical-coordinate representation of color #36DFC5: hue angle of 170.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DFC5 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 197 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.13 |
| HSL | 170.77º | 0.73% | 0.54% | - |
| HSV(B) | 170.77º | 0.76% | 0.87% | - |
| XYZ | 37.99 | 57.59 | 61.94 | - |
| YUV | 169.51 | 143.51 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 197 | 0.76 | 0 | 0.12 | 0.13 | 170.77 | 0.73 | 0.54 |
| Hex | 36 | DF | C5 | 4C | 0 | C | D | AB | 49 | 36 |
| Octal | 66 | 337 | 305 | 114 | 0 | 14 | 15 | 253 | 111 | 66 |
| Binary | 110110 | 11011111 | 11000101 | 1001100 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110110 |
Color Harmonies of #36DFC5
Complementary color
Monochromatic Colors of #36DFC5
Black with #36DFC5
Text Example
Text Example
White with #36DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFC5; }
p { color: rgb(54,223,197); }
H1.HeaderClassName
{
color: #36DFC5;
}
.AnyTagClassName
{
color: #36DFC5;
}
</style>
background-color css
<style>
a { background-color: #36DFC5; }
a { background-color: rgb(54,223,197); }
div.DivClassName
{
background-color: #36DFC5;
}
.BgClassName
{
background-color: #36DFC5;
}
</style>
border-color css
<style>
span { border-color: #36DFC5; }
span { border-color: rgb(54,223,197); }
td.TdClassName
{
border-color: #36DFC5;
}
.TagClassName
{
border-color: #36DFC5;
}
</style>