Shades of Turquoise #36FBDF
Tints of Turquoise #36FBDF
RGB
CMYK
RGB Variations
Color information
#36FBDF (or 0x36FBDF) is known color: Turquoise. HEX triplet: 36, FB and DF. RGB value is (54,251,223). Sum of RGB (Red+Green+Blue) = 54+251+223=528 (69% of max value = 765). Red value is 54 (21.48% from 255 or 10.23% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #36FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FBDF is #C90420. Grayscale: #BCBCBC. Windows color (decimal): -13173793 or 14678838. OLE color: 14678838.
HSL color Cylindrical-coordinate representation of color #36FBDF: hue angle of 171.47º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FBDF is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 251 | 223 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.02 |
| HSL | 171.47º | 0.96% | 0.6% | - |
| HSV(B) | 171.47º | 0.78% | 0.98% | - |
| XYZ | 49.34 | 75.11 | 81.71 | - |
| YUV | 188.91 | 147.23 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 251 | 223 | 0.78 | 0 | 0.11 | 0.02 | 171.47 | 0.96 | 0.6 |
| Hex | 36 | FB | DF | 4E | 0 | B | 2 | AB | 60 | 3C |
| Octal | 66 | 373 | 337 | 116 | 0 | 13 | 2 | 253 | 140 | 74 |
| Binary | 110110 | 11111011 | 11011111 | 1001110 | 0 | 1011 | 10 | 10101011 | 1100000 | 111100 |
Color Harmonies of #36FBDF
Complementary color
Monochromatic Colors of #36FBDF
Black with #36FBDF
Text Example
Text Example
White with #36FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FBDF; }
p { color: rgb(54,251,223); }
H1.HeaderClassName
{
color: #36FBDF;
}
.AnyTagClassName
{
color: #36FBDF;
}
</style>
background-color css
<style>
a { background-color: #36FBDF; }
a { background-color: rgb(54,251,223); }
div.DivClassName
{
background-color: #36FBDF;
}
.BgClassName
{
background-color: #36FBDF;
}
</style>
border-color css
<style>
span { border-color: #36FBDF; }
span { border-color: rgb(54,251,223); }
td.TdClassName
{
border-color: #36FBDF;
}
.TagClassName
{
border-color: #36FBDF;
}
</style>