Shades of Turquoise #36FCDB
Tints of Turquoise #36FCDB
RGB
CMYK
RGB Variations
Color information
#36FCDB (or 0x36FCDB) is known color: Turquoise. HEX triplet: 36, FC and DB. RGB value is (54,252,219). Sum of RGB (Red+Green+Blue) = 54+252+219=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCDB is #C90324. Grayscale: #BCBCBC. Windows color (decimal): -13173541 or 14416950. OLE color: 14416950.
HSL color Cylindrical-coordinate representation of color #36FCDB: hue angle of 170º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCDB is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 219 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.01 |
| HSL | 170º | 0.97% | 0.6% | - |
| HSV(B) | 170º | 0.79% | 0.99% | - |
| XYZ | 49.12 | 75.52 | 79.01 | - |
| YUV | 189.04 | 144.9 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 219 | 0.79 | 0 | 0.13 | 0.01 | 170 | 0.97 | 0.6 |
| Hex | 36 | FC | DB | 4F | 0 | D | 1 | AA | 61 | 3C |
| Octal | 66 | 374 | 333 | 117 | 0 | 15 | 1 | 252 | 141 | 74 |
| Binary | 110110 | 11111100 | 11011011 | 1001111 | 0 | 1101 | 1 | 10101010 | 1100001 | 111100 |
Color Harmonies of #36FCDB
Complementary color
Monochromatic Colors of #36FCDB
Black with #36FCDB
Text Example
Text Example
White with #36FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCDB; }
p { color: rgb(54,252,219); }
H1.HeaderClassName
{
color: #36FCDB;
}
.AnyTagClassName
{
color: #36FCDB;
}
</style>
background-color css
<style>
a { background-color: #36FCDB; }
a { background-color: rgb(54,252,219); }
div.DivClassName
{
background-color: #36FCDB;
}
.BgClassName
{
background-color: #36FCDB;
}
</style>
border-color css
<style>
span { border-color: #36FCDB; }
span { border-color: rgb(54,252,219); }
td.TdClassName
{
border-color: #36FCDB;
}
.TagClassName
{
border-color: #36FCDB;
}
</style>