Shades of Turquoise #36FCCF
Tints of Turquoise #36FCCF
RGB
CMYK
RGB Variations
Color information
#36FCCF (or 0x36FCCF) is known color: Turquoise. HEX triplet: 36, FC and CF. RGB value is (54,252,207). Sum of RGB (Red+Green+Blue) = 54+252+207=513 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.53% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #36FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FCCF is #C90330. Grayscale: #BBBBBB. Windows color (decimal): -13173553 or 13630518. OLE color: 13630518.
HSL color Cylindrical-coordinate representation of color #36FCCF: hue angle of 166.36º 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 #36FCCF is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 54 | 252 | 207 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.01 |
| HSL | 166.36º | 0.97% | 0.6% | - |
| HSV(B) | 166.36º | 0.79% | 0.99% | - |
| XYZ | 47.59 | 74.91 | 70.98 | - |
| YUV | 187.67 | 138.9 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 252 | 207 | 0.79 | 0 | 0.18 | 0.01 | 166.36 | 0.97 | 0.6 |
| Hex | 36 | FC | CF | 4F | 0 | 12 | 1 | A6 | 61 | 3C |
| Octal | 66 | 374 | 317 | 117 | 0 | 22 | 1 | 246 | 141 | 74 |
| Binary | 110110 | 11111100 | 11001111 | 1001111 | 0 | 10010 | 1 | 10100110 | 1100001 | 111100 |
Color Harmonies of #36FCCF
Complementary color
Monochromatic Colors of #36FCCF
Black with #36FCCF
Text Example
Text Example
White with #36FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FCCF; }
p { color: rgb(54,252,207); }
H1.HeaderClassName
{
color: #36FCCF;
}
.AnyTagClassName
{
color: #36FCCF;
}
</style>
background-color css
<style>
a { background-color: #36FCCF; }
a { background-color: rgb(54,252,207); }
div.DivClassName
{
background-color: #36FCCF;
}
.BgClassName
{
background-color: #36FCCF;
}
</style>
border-color css
<style>
span { border-color: #36FCCF; }
span { border-color: rgb(54,252,207); }
td.TdClassName
{
border-color: #36FCCF;
}
.TagClassName
{
border-color: #36FCCF;
}
</style>