Shades of Turquoise #36EDF0
Tints of Turquoise #36EDF0
RGB
CMYK
RGB Variations
Color information
#36EDF0 (or 0x36EDF0) is known color: Turquoise. HEX triplet: 36, ED and F0. RGB value is (54,237,240). Sum of RGB (Red+Green+Blue) = 54+237+240=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #36EDF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #36EDF0 is #C9120F. Grayscale: #B6B6B6. Windows color (decimal): -13177360 or 15789366. OLE color: 15789366.
HSL color Cylindrical-coordinate representation of color #36EDF0: hue angle of 180.97º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EDF0 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 237 | 240 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.06 |
| HSL | 180.97º | 0.86% | 0.58% | - |
| HSV(B) | 180.97º | 0.78% | 0.94% | - |
| XYZ | 47.53 | 67.64 | 92.99 | - |
| YUV | 182.63 | 160.37 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 237 | 240 | 0.78 | 0.01 | 0 | 0.06 | 180.97 | 0.86 | 0.58 |
| Hex | 36 | ED | F0 | 4E | 1 | 0 | 6 | B5 | 56 | 3A |
| Octal | 66 | 355 | 360 | 116 | 1 | 0 | 6 | 265 | 126 | 72 |
| Binary | 110110 | 11101101 | 11110000 | 1001110 | 1 | 0 | 110 | 10110101 | 1010110 | 111010 |
Color Harmonies of #36EDF0
Complementary color
Monochromatic Colors of #36EDF0
Black with #36EDF0
Text Example
Text Example
White with #36EDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EDF0; }
p { color: rgb(54,237,240); }
H1.HeaderClassName
{
color: #36EDF0;
}
.AnyTagClassName
{
color: #36EDF0;
}
</style>
background-color css
<style>
a { background-color: #36EDF0; }
a { background-color: rgb(54,237,240); }
div.DivClassName
{
background-color: #36EDF0;
}
.BgClassName
{
background-color: #36EDF0;
}
</style>
border-color css
<style>
span { border-color: #36EDF0; }
span { border-color: rgb(54,237,240); }
td.TdClassName
{
border-color: #36EDF0;
}
.TagClassName
{
border-color: #36EDF0;
}
</style>