Shades of Turquoise #36FCDF
Tints of Turquoise #36FCDF
RGB
CMYK
RGB Variations
Color information
#36FCDF (or 0x36FCDF) is known color: Turquoise. HEX triplet: 36, FC and DF. RGB value is (54,252,223). Sum of RGB (Red+Green+Blue) = 54+252+223=529 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.21% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCDF is #C90320. Grayscale: #BDBDBD. Windows color (decimal): -13173537 or 14679094. OLE color: 14679094.
HSL color Cylindrical-coordinate representation of color #36FCDF: hue angle of 171.21º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FCDF is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 223 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.01 |
| HSL | 171.21º | 0.97% | 0.6% | - |
| HSV(B) | 171.21º | 0.79% | 0.99% | - |
| XYZ | 49.65 | 75.73 | 81.81 | - |
| YUV | 189.49 | 146.9 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 223 | 0.79 | 0 | 0.12 | 0.01 | 171.21 | 0.97 | 0.6 |
| Hex | 36 | FC | DF | 4F | 0 | C | 1 | AB | 61 | 3C |
| Octal | 66 | 374 | 337 | 117 | 0 | 14 | 1 | 253 | 141 | 74 |
| Binary | 110110 | 11111100 | 11011111 | 1001111 | 0 | 1100 | 1 | 10101011 | 1100001 | 111100 |
Color Harmonies of #36FCDF
Complementary color
Monochromatic Colors of #36FCDF
Black with #36FCDF
Text Example
Text Example
White with #36FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCDF; }
p { color: rgb(54,252,223); }
H1.HeaderClassName
{
color: #36FCDF;
}
.AnyTagClassName
{
color: #36FCDF;
}
</style>
background-color css
<style>
a { background-color: #36FCDF; }
a { background-color: rgb(54,252,223); }
div.DivClassName
{
background-color: #36FCDF;
}
.BgClassName
{
background-color: #36FCDF;
}
</style>
border-color css
<style>
span { border-color: #36FCDF; }
span { border-color: rgb(54,252,223); }
td.TdClassName
{
border-color: #36FCDF;
}
.TagClassName
{
border-color: #36FCDF;
}
</style>