Shades of Turquoise #36DCFE
Tints of Turquoise #36DCFE
RGB
CMYK
RGB Variations
Color information
#36DCFE (or 0x36DCFE) is known color: Turquoise. HEX triplet: 36, DC and FE. RGB value is (54,220,254). Sum of RGB (Red+Green+Blue) = 54+220+254=528 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.23% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #36DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DCFE is #C92301. Grayscale: #ADADAD. Windows color (decimal): -13181698 or 16702518. OLE color: 16702518.
HSL color Cylindrical-coordinate representation of color #36DCFE: hue angle of 190.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DCFE is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 220 | 254 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.00 |
| HSL | 190.2º | 0.99% | 0.6% | - |
| HSV(B) | 190.2º | 0.79% | 1% | - |
| XYZ | 45 | 59.13 | 102.81 | - |
| YUV | 174.24 | 173 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 220 | 254 | 0.79 | 0.13 | 0 | 0.00 | 190.2 | 0.99 | 0.6 |
| Hex | 36 | DC | FE | 4F | D | 0 | 0 | BE | 63 | 3C |
| Octal | 66 | 334 | 376 | 117 | 15 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110110 | 11011100 | 11111110 | 1001111 | 1101 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #36DCFE
Complementary color
Monochromatic Colors of #36DCFE
Black with #36DCFE
Text Example
Text Example
White with #36DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DCFE; }
p { color: rgb(54,220,254); }
H1.HeaderClassName
{
color: #36DCFE;
}
.AnyTagClassName
{
color: #36DCFE;
}
</style>
background-color css
<style>
a { background-color: #36DCFE; }
a { background-color: rgb(54,220,254); }
div.DivClassName
{
background-color: #36DCFE;
}
.BgClassName
{
background-color: #36DCFE;
}
</style>
border-color css
<style>
span { border-color: #36DCFE; }
span { border-color: rgb(54,220,254); }
td.TdClassName
{
border-color: #36DCFE;
}
.TagClassName
{
border-color: #36DCFE;
}
</style>