Shades of Turquoise #36DFDB
Tints of Turquoise #36DFDB
RGB
CMYK
RGB Variations
Color information
#36DFDB (or 0x36DFDB) is known color: Turquoise. HEX triplet: 36, DF and DB. RGB value is (54,223,219). Sum of RGB (Red+Green+Blue) = 54+223+219=496 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.89% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #36DFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DFDB is #C92024. Grayscale: #ABABAB. Windows color (decimal): -13180965 or 14409526. OLE color: 14409526.
HSL color Cylindrical-coordinate representation of color #36DFDB: hue angle of 178.58º 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 #36DFDB is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 54 | 223 | 219 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.13 |
| HSL | 178.58º | 0.73% | 0.54% | - |
| HSV(B) | 178.58º | 0.76% | 0.87% | - |
| XYZ | 40.7 | 58.67 | 76.2 | - |
| YUV | 172.01 | 154.51 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 219 | 0.76 | 0 | 0.02 | 0.13 | 178.58 | 0.73 | 0.54 |
| Hex | 36 | DF | DB | 4C | 0 | 2 | D | B3 | 49 | 36 |
| Octal | 66 | 337 | 333 | 114 | 0 | 2 | 15 | 263 | 111 | 66 |
| Binary | 110110 | 11011111 | 11011011 | 1001100 | 0 | 10 | 1101 | 10110011 | 1001001 | 110110 |
Color Harmonies of #36DFDB
Complementary color
Monochromatic Colors of #36DFDB
Black with #36DFDB
Text Example
Text Example
White with #36DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFDB; }
p { color: rgb(54,223,219); }
H1.HeaderClassName
{
color: #36DFDB;
}
.AnyTagClassName
{
color: #36DFDB;
}
</style>
background-color css
<style>
a { background-color: #36DFDB; }
a { background-color: rgb(54,223,219); }
div.DivClassName
{
background-color: #36DFDB;
}
.BgClassName
{
background-color: #36DFDB;
}
</style>
border-color css
<style>
span { border-color: #36DFDB; }
span { border-color: rgb(54,223,219); }
td.TdClassName
{
border-color: #36DFDB;
}
.TagClassName
{
border-color: #36DFDB;
}
</style>