Shades of Turquoise #36EFDF
Tints of Turquoise #36EFDF
RGB
CMYK
RGB Variations
Color information
#36EFDF (or 0x36EFDF) is known color: Turquoise. HEX triplet: 36, EF and DF. RGB value is (54,239,223). Sum of RGB (Red+Green+Blue) = 54+239+223=516 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.47% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #36EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EFDF is #C91020. Grayscale: #B5B5B5. Windows color (decimal): -13176865 or 14675766. OLE color: 14675766.
HSL color Cylindrical-coordinate representation of color #36EFDF: hue angle of 174.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EFDF is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 239 | 223 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.06 |
| HSL | 174.81º | 0.85% | 0.57% | - |
| HSV(B) | 174.81º | 0.77% | 0.94% | - |
| XYZ | 45.71 | 67.84 | 80.5 | - |
| YUV | 181.86 | 151.21 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 239 | 223 | 0.77 | 0 | 0.07 | 0.06 | 174.81 | 0.85 | 0.57 |
| Hex | 36 | EF | DF | 4D | 0 | 7 | 6 | AF | 55 | 39 |
| Octal | 66 | 357 | 337 | 115 | 0 | 7 | 6 | 257 | 125 | 71 |
| Binary | 110110 | 11101111 | 11011111 | 1001101 | 0 | 111 | 110 | 10101111 | 1010101 | 111001 |
Color Harmonies of #36EFDF
Complementary color
Monochromatic Colors of #36EFDF
Black with #36EFDF
Text Example
Text Example
White with #36EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EFDF; }
p { color: rgb(54,239,223); }
H1.HeaderClassName
{
color: #36EFDF;
}
.AnyTagClassName
{
color: #36EFDF;
}
</style>
background-color css
<style>
a { background-color: #36EFDF; }
a { background-color: rgb(54,239,223); }
div.DivClassName
{
background-color: #36EFDF;
}
.BgClassName
{
background-color: #36EFDF;
}
</style>
border-color css
<style>
span { border-color: #36EFDF; }
span { border-color: rgb(54,239,223); }
td.TdClassName
{
border-color: #36EFDF;
}
.TagClassName
{
border-color: #36EFDF;
}
</style>