Shades of Turquoise #36DAFE
Tints of Turquoise #36DAFE
RGB
CMYK
RGB Variations
Color information
#36DAFE (or 0x36DAFE) is known color: Turquoise. HEX triplet: 36, DA and FE. RGB value is (54,218,254). Sum of RGB (Red+Green+Blue) = 54+218+254=526 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.27% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #36DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DAFE is #C92501. Grayscale: #ACACAC. Windows color (decimal): -13182210 or 16702006. OLE color: 16702006.
HSL color Cylindrical-coordinate representation of color #36DAFE: hue angle of 190.8º 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 #36DAFE is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 218 | 254 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.00 |
| HSL | 190.8º | 0.99% | 0.6% | - |
| HSV(B) | 190.8º | 0.79% | 1% | - |
| XYZ | 44.48 | 58.08 | 102.63 | - |
| YUV | 173.07 | 173.67 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 254 | 0.79 | 0.14 | 0 | 0.00 | 190.8 | 0.99 | 0.6 |
| Hex | 36 | DA | FE | 4F | E | 0 | 0 | BF | 63 | 3C |
| Octal | 66 | 332 | 376 | 117 | 16 | 0 | 0 | 277 | 143 | 74 |
| Binary | 110110 | 11011010 | 11111110 | 1001111 | 1110 | 0 | 0 | 10111111 | 1100011 | 111100 |
Color Harmonies of #36DAFE
Complementary color
Monochromatic Colors of #36DAFE
Black with #36DAFE
Text Example
Text Example
White with #36DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DAFE; }
p { color: rgb(54,218,254); }
H1.HeaderClassName
{
color: #36DAFE;
}
.AnyTagClassName
{
color: #36DAFE;
}
</style>
background-color css
<style>
a { background-color: #36DAFE; }
a { background-color: rgb(54,218,254); }
div.DivClassName
{
background-color: #36DAFE;
}
.BgClassName
{
background-color: #36DAFE;
}
</style>
border-color css
<style>
span { border-color: #36DAFE; }
span { border-color: rgb(54,218,254); }
td.TdClassName
{
border-color: #36DAFE;
}
.TagClassName
{
border-color: #36DAFE;
}
</style>