Shades of Turquoise #36DBFC
Tints of Turquoise #36DBFC
RGB
CMYK
RGB Variations
Color information
#36DBFC (or 0x36DBFC) is known color: Turquoise. HEX triplet: 36, DB and FC. RGB value is (54,219,252). Sum of RGB (Red+Green+Blue) = 54+219+252=525 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #36DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBFC is #C92403. Grayscale: #ADADAD. Windows color (decimal): -13181956 or 16571190. OLE color: 16571190.
HSL color Cylindrical-coordinate representation of color #36DBFC: hue angle of 190º 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 #36DBFC is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 219 | 252 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.01 |
| HSL | 190º | 0.97% | 0.6% | - |
| HSV(B) | 190º | 0.79% | 0.99% | - |
| XYZ | 44.42 | 58.48 | 101.04 | - |
| YUV | 173.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 252 | 0.79 | 0.13 | 0 | 0.01 | 190 | 0.97 | 0.6 |
| Hex | 36 | DB | FC | 4F | D | 0 | 1 | BE | 61 | 3C |
| Octal | 66 | 333 | 374 | 117 | 15 | 0 | 1 | 276 | 141 | 74 |
| Binary | 110110 | 11011011 | 11111100 | 1001111 | 1101 | 0 | 1 | 10111110 | 1100001 | 111100 |
Color Harmonies of #36DBFC
Complementary color
Monochromatic Colors of #36DBFC
Black with #36DBFC
Text Example
Text Example
White with #36DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBFC; }
p { color: rgb(54,219,252); }
H1.HeaderClassName
{
color: #36DBFC;
}
.AnyTagClassName
{
color: #36DBFC;
}
</style>
background-color css
<style>
a { background-color: #36DBFC; }
a { background-color: rgb(54,219,252); }
div.DivClassName
{
background-color: #36DBFC;
}
.BgClassName
{
background-color: #36DBFC;
}
</style>
border-color css
<style>
span { border-color: #36DBFC; }
span { border-color: rgb(54,219,252); }
td.TdClassName
{
border-color: #36DBFC;
}
.TagClassName
{
border-color: #36DBFC;
}
</style>