Shades of Turquoise #36E5FD
Tints of Turquoise #36E5FD
RGB
CMYK
RGB Variations
Color information
#36E5FD (or 0x36E5FD) is known color: Turquoise. HEX triplet: 36, E5 and FD. RGB value is (54,229,253). Sum of RGB (Red+Green+Blue) = 54+229+253=536 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.07% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #36E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36E5FD is #C91A02. Grayscale: #B3B3B3. Windows color (decimal): -13179395 or 16639286. OLE color: 16639286.
HSL color Cylindrical-coordinate representation of color #36E5FD: hue angle of 187.24º 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 #36E5FD is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 229 | 253 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.01 |
| HSL | 187.24º | 0.98% | 0.6% | - |
| HSV(B) | 187.24º | 0.79% | 0.99% | - |
| XYZ | 47.27 | 63.91 | 102.77 | - |
| YUV | 179.41 | 169.52 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 229 | 253 | 0.79 | 0.09 | 0 | 0.01 | 187.24 | 0.98 | 0.6 |
| Hex | 36 | E5 | FD | 4F | 9 | 0 | 1 | BB | 62 | 3C |
| Octal | 66 | 345 | 375 | 117 | 11 | 0 | 1 | 273 | 142 | 74 |
| Binary | 110110 | 11100101 | 11111101 | 1001111 | 1001 | 0 | 1 | 10111011 | 1100010 | 111100 |
Color Harmonies of #36E5FD
Complementary color
Monochromatic Colors of #36E5FD
Black with #36E5FD
Text Example
Text Example
White with #36E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E5FD; }
p { color: rgb(54,229,253); }
H1.HeaderClassName
{
color: #36E5FD;
}
.AnyTagClassName
{
color: #36E5FD;
}
</style>
background-color css
<style>
a { background-color: #36E5FD; }
a { background-color: rgb(54,229,253); }
div.DivClassName
{
background-color: #36E5FD;
}
.BgClassName
{
background-color: #36E5FD;
}
</style>
border-color css
<style>
span { border-color: #36E5FD; }
span { border-color: rgb(54,229,253); }
td.TdClassName
{
border-color: #36E5FD;
}
.TagClassName
{
border-color: #36E5FD;
}
</style>