Shades of Turquoise #36DBFF
Tints of Turquoise #36DBFF
RGB
CMYK
RGB Variations
Color information
#36DBFF (or 0x36DBFF) is known color: Turquoise. HEX triplet: 36, DB and FF. RGB value is (54,219,255). Sum of RGB (Red+Green+Blue) = 54+219+255=528 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.23% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #36DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBFF is #C92400. Grayscale: #ADADAD. Windows color (decimal): -13181953 or 16767798. OLE color: 16767798.
HSL color Cylindrical-coordinate representation of color #36DBFF: hue angle of 190.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DBFF is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 219 | 255 | - |
| CMYK | 0.79 | 0.14 | 0 | 0 |
| HSL | 190.75º | 1% | 0.61% | - |
| HSV(B) | 190.75º | 0.79% | 1% | - |
| XYZ | 44.9 | 58.67 | 103.57 | - |
| YUV | 173.77 | 173.84 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 255 | 0.79 | 0.14 | 0 | 0 | 190.75 | 1 | 0.61 |
| Hex | 36 | DB | FF | 4F | E | 0 | 0 | BF | 64 | 3D |
| Octal | 66 | 333 | 377 | 117 | 16 | 0 | 0 | 277 | 144 | 75 |
| Binary | 110110 | 11011011 | 11111111 | 1001111 | 1110 | 0 | 0 | 10111111 | 1100100 | 111101 |
Color Harmonies of #36DBFF
Complementary color
Monochromatic Colors of #36DBFF
Black with #36DBFF
Text Example
Text Example
White with #36DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBFF; }
p { color: rgb(54,219,255); }
H1.HeaderClassName
{
color: #36DBFF;
}
.AnyTagClassName
{
color: #36DBFF;
}
</style>
background-color css
<style>
a { background-color: #36DBFF; }
a { background-color: rgb(54,219,255); }
div.DivClassName
{
background-color: #36DBFF;
}
.BgClassName
{
background-color: #36DBFF;
}
</style>
border-color css
<style>
span { border-color: #36DBFF; }
span { border-color: rgb(54,219,255); }
td.TdClassName
{
border-color: #36DBFF;
}
.TagClassName
{
border-color: #36DBFF;
}
</style>