Shades of Turquoise #36DFFE
Tints of Turquoise #36DFFE
RGB
CMYK
RGB Variations
Color information
#36DFFE (or 0x36DFFE) is known color: Turquoise. HEX triplet: 36, DF and FE. RGB value is (54,223,254). Sum of RGB (Red+Green+Blue) = 54+223+254=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #36DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DFFE is #C92001. Grayscale: #AFAFAF. Windows color (decimal): -13180930 or 16703286. OLE color: 16703286.
HSL color Cylindrical-coordinate representation of color #36DFFE: hue angle of 189.3º 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 #36DFFE is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 223 | 254 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.00 |
| HSL | 189.3º | 0.99% | 0.6% | - |
| HSV(B) | 189.3º | 0.79% | 1% | - |
| XYZ | 45.8 | 60.72 | 103.07 | - |
| YUV | 176 | 172.01 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 254 | 0.79 | 0.12 | 0 | 0.00 | 189.3 | 0.99 | 0.6 |
| Hex | 36 | DF | FE | 4F | C | 0 | 0 | BD | 63 | 3C |
| Octal | 66 | 337 | 376 | 117 | 14 | 0 | 0 | 275 | 143 | 74 |
| Binary | 110110 | 11011111 | 11111110 | 1001111 | 1100 | 0 | 0 | 10111101 | 1100011 | 111100 |
Color Harmonies of #36DFFE
Complementary color
Monochromatic Colors of #36DFFE
Black with #36DFFE
Text Example
Text Example
White with #36DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFFE; }
p { color: rgb(54,223,254); }
H1.HeaderClassName
{
color: #36DFFE;
}
.AnyTagClassName
{
color: #36DFFE;
}
</style>
background-color css
<style>
a { background-color: #36DFFE; }
a { background-color: rgb(54,223,254); }
div.DivClassName
{
background-color: #36DFFE;
}
.BgClassName
{
background-color: #36DFFE;
}
</style>
border-color css
<style>
span { border-color: #36DFFE; }
span { border-color: rgb(54,223,254); }
td.TdClassName
{
border-color: #36DFFE;
}
.TagClassName
{
border-color: #36DFFE;
}
</style>