Shades of Turquoise #36DFF6
Tints of Turquoise #36DFF6
RGB
CMYK
RGB Variations
Color information
#36DFF6 (or 0x36DFF6) is known color: Turquoise. HEX triplet: 36, DF and F6. RGB value is (54,223,246). Sum of RGB (Red+Green+Blue) = 54+223+246=523 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.33% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #36DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DFF6 is #C92009. Grayscale: #AEAEAE. Windows color (decimal): -13180938 or 16178998. OLE color: 16178998.
HSL color Cylindrical-coordinate representation of color #36DFF6: hue angle of 187.19º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36DFF6 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 223 | 246 | - |
| CMYK | 0.78 | 0.09 | 0 | 0.04 |
| HSL | 187.19º | 0.91% | 0.59% | - |
| HSV(B) | 187.19º | 0.78% | 0.96% | - |
| XYZ | 44.54 | 60.21 | 96.46 | - |
| YUV | 175.09 | 168.01 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 223 | 246 | 0.78 | 0.09 | 0 | 0.04 | 187.19 | 0.91 | 0.59 |
| Hex | 36 | DF | F6 | 4E | 9 | 0 | 4 | BB | 5B | 3B |
| Octal | 66 | 337 | 366 | 116 | 11 | 0 | 4 | 273 | 133 | 73 |
| Binary | 110110 | 11011111 | 11110110 | 1001110 | 1001 | 0 | 100 | 10111011 | 1011011 | 111011 |
Color Harmonies of #36DFF6
Complementary color
Monochromatic Colors of #36DFF6
Black with #36DFF6
Text Example
Text Example
White with #36DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DFF6; }
p { color: rgb(54,223,246); }
H1.HeaderClassName
{
color: #36DFF6;
}
.AnyTagClassName
{
color: #36DFF6;
}
</style>
background-color css
<style>
a { background-color: #36DFF6; }
a { background-color: rgb(54,223,246); }
div.DivClassName
{
background-color: #36DFF6;
}
.BgClassName
{
background-color: #36DFF6;
}
</style>
border-color css
<style>
span { border-color: #36DFF6; }
span { border-color: rgb(54,223,246); }
td.TdClassName
{
border-color: #36DFF6;
}
.TagClassName
{
border-color: #36DFF6;
}
</style>