Shades of Turquoise #36DAF0
Tints of Turquoise #36DAF0
RGB
CMYK
RGB Variations
Color information
#36DAF0 (or 0x36DAF0) is known color: Turquoise. HEX triplet: 36, DA and F0. RGB value is (54,218,240). Sum of RGB (Red+Green+Blue) = 54+218+240=512 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.55% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #36DAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DAF0 is #C9250F. Grayscale: #ABABAB. Windows color (decimal): -13182224 or 15784502. OLE color: 15784502.
HSL color Cylindrical-coordinate representation of color #36DAF0: hue angle of 187.1º 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 #36DAF0 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 218 | 240 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.06 |
| HSL | 187.1º | 0.86% | 0.58% | - |
| HSV(B) | 187.1º | 0.78% | 0.94% | - |
| XYZ | 42.32 | 57.22 | 91.25 | - |
| YUV | 171.47 | 166.67 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 240 | 0.78 | 0.09 | 0 | 0.06 | 187.1 | 0.86 | 0.58 |
| Hex | 36 | DA | F0 | 4E | 9 | 0 | 6 | BB | 56 | 3A |
| Octal | 66 | 332 | 360 | 116 | 11 | 0 | 6 | 273 | 126 | 72 |
| Binary | 110110 | 11011010 | 11110000 | 1001110 | 1001 | 0 | 110 | 10111011 | 1010110 | 111010 |
Color Harmonies of #36DAF0
Complementary color
Monochromatic Colors of #36DAF0
Black with #36DAF0
Text Example
Text Example
White with #36DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DAF0; }
p { color: rgb(54,218,240); }
H1.HeaderClassName
{
color: #36DAF0;
}
.AnyTagClassName
{
color: #36DAF0;
}
</style>
background-color css
<style>
a { background-color: #36DAF0; }
a { background-color: rgb(54,218,240); }
div.DivClassName
{
background-color: #36DAF0;
}
.BgClassName
{
background-color: #36DAF0;
}
</style>
border-color css
<style>
span { border-color: #36DAF0; }
span { border-color: rgb(54,218,240); }
td.TdClassName
{
border-color: #36DAF0;
}
.TagClassName
{
border-color: #36DAF0;
}
</style>