Shades of Turquoise #36DBFD
Tints of Turquoise #36DBFD
RGB
CMYK
RGB Variations
Color information
#36DBFD (or 0x36DBFD) is known color: Turquoise. HEX triplet: 36, DB and FD. RGB value is (54,219,253). Sum of RGB (Red+Green+Blue) = 54+219+253=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #36DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBFD is #C92402. Grayscale: #ADADAD. Windows color (decimal): -13181955 or 16636726. OLE color: 16636726.
HSL color Cylindrical-coordinate representation of color #36DBFD: hue angle of 190.25º degrees, saturation: 0.98, 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 #36DBFD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 219 | 253 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.01 |
| HSL | 190.25º | 0.98% | 0.6% | - |
| HSV(B) | 190.25º | 0.79% | 0.99% | - |
| XYZ | 44.58 | 58.54 | 101.88 | - |
| YUV | 173.54 | 172.84 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 253 | 0.79 | 0.13 | 0 | 0.01 | 190.25 | 0.98 | 0.6 |
| Hex | 36 | DB | FD | 4F | D | 0 | 1 | BE | 62 | 3C |
| Octal | 66 | 333 | 375 | 117 | 15 | 0 | 1 | 276 | 142 | 74 |
| Binary | 110110 | 11011011 | 11111101 | 1001111 | 1101 | 0 | 1 | 10111110 | 1100010 | 111100 |
Color Harmonies of #36DBFD
Complementary color
Monochromatic Colors of #36DBFD
Black with #36DBFD
Text Example
Text Example
White with #36DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DBFD; }
p { color: rgb(54,219,253); }
H1.HeaderClassName
{
color: #36DBFD;
}
.AnyTagClassName
{
color: #36DBFD;
}
</style>
background-color css
<style>
a { background-color: #36DBFD; }
a { background-color: rgb(54,219,253); }
div.DivClassName
{
background-color: #36DBFD;
}
.BgClassName
{
background-color: #36DBFD;
}
</style>
border-color css
<style>
span { border-color: #36DBFD; }
span { border-color: rgb(54,219,253); }
td.TdClassName
{
border-color: #36DBFD;
}
.TagClassName
{
border-color: #36DBFD;
}
</style>