Shades of Turquoise #36DEFF
Tints of Turquoise #36DEFF
RGB
CMYK
RGB Variations
Color information
#36DEFF (or 0x36DEFF) is known color: Turquoise. HEX triplet: 36, DE and FF. RGB value is (54,222,255). Sum of RGB (Red+Green+Blue) = 54+222+255=531 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.17% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #36DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DEFF is #C92100. Grayscale: #AFAFAF. Windows color (decimal): -13181185 or 16768566. OLE color: 16768566.
HSL color Cylindrical-coordinate representation of color #36DEFF: hue angle of 189.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DEFF is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 222 | 255 | - |
| CMYK | 0.79 | 0.13 | 0 | 0 |
| HSL | 189.85º | 1% | 0.61% | - |
| HSV(B) | 189.85º | 0.79% | 1% | - |
| XYZ | 45.69 | 60.25 | 103.83 | - |
| YUV | 175.53 | 172.84 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 222 | 255 | 0.79 | 0.13 | 0 | 0 | 189.85 | 1 | 0.61 |
| Hex | 36 | DE | FF | 4F | D | 0 | 0 | BE | 64 | 3D |
| Octal | 66 | 336 | 377 | 117 | 15 | 0 | 0 | 276 | 144 | 75 |
| Binary | 110110 | 11011110 | 11111111 | 1001111 | 1101 | 0 | 0 | 10111110 | 1100100 | 111101 |
Color Harmonies of #36DEFF
Complementary color
Monochromatic Colors of #36DEFF
Black with #36DEFF
Text Example
Text Example
White with #36DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DEFF; }
p { color: rgb(54,222,255); }
H1.HeaderClassName
{
color: #36DEFF;
}
.AnyTagClassName
{
color: #36DEFF;
}
</style>
background-color css
<style>
a { background-color: #36DEFF; }
a { background-color: rgb(54,222,255); }
div.DivClassName
{
background-color: #36DEFF;
}
.BgClassName
{
background-color: #36DEFF;
}
</style>
border-color css
<style>
span { border-color: #36DEFF; }
span { border-color: rgb(54,222,255); }
td.TdClassName
{
border-color: #36DEFF;
}
.TagClassName
{
border-color: #36DEFF;
}
</style>