Shades of Turquoise #36DCFD
Tints of Turquoise #36DCFD
RGB
CMYK
RGB Variations
Color information
#36DCFD (or 0x36DCFD) is known color: Turquoise. HEX triplet: 36, DC and FD. RGB value is (54,220,253). Sum of RGB (Red+Green+Blue) = 54+220+253=527 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.25% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #36DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCFD is #C92302. Grayscale: #ADADAD. Windows color (decimal): -13181699 or 16636982. OLE color: 16636982.
HSL color Cylindrical-coordinate representation of color #36DCFD: hue angle of 189.95º 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 #36DCFD is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 220 | 253 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.01 |
| HSL | 189.95º | 0.98% | 0.6% | - |
| HSV(B) | 189.95º | 0.79% | 0.99% | - |
| XYZ | 44.84 | 59.06 | 101.97 | - |
| YUV | 174.13 | 172.5 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 253 | 0.79 | 0.13 | 0 | 0.01 | 189.95 | 0.98 | 0.6 |
| Hex | 36 | DC | FD | 4F | D | 0 | 1 | BE | 62 | 3C |
| Octal | 66 | 334 | 375 | 117 | 15 | 0 | 1 | 276 | 142 | 74 |
| Binary | 110110 | 11011100 | 11111101 | 1001111 | 1101 | 0 | 1 | 10111110 | 1100010 | 111100 |
Color Harmonies of #36DCFD
Complementary color
Monochromatic Colors of #36DCFD
Black with #36DCFD
Text Example
Text Example
White with #36DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCFD; }
p { color: rgb(54,220,253); }
H1.HeaderClassName
{
color: #36DCFD;
}
.AnyTagClassName
{
color: #36DCFD;
}
</style>
background-color css
<style>
a { background-color: #36DCFD; }
a { background-color: rgb(54,220,253); }
div.DivClassName
{
background-color: #36DCFD;
}
.BgClassName
{
background-color: #36DCFD;
}
</style>
border-color css
<style>
span { border-color: #36DCFD; }
span { border-color: rgb(54,220,253); }
td.TdClassName
{
border-color: #36DCFD;
}
.TagClassName
{
border-color: #36DCFD;
}
</style>