Shades of Turquoise #36FFC3
Tints of Turquoise #36FFC3
RGB
CMYK
RGB Variations
Color information
#36FFC3 (or 0x36FFC3) is known color: Turquoise. HEX triplet: 36, FF and C3. RGB value is (54,255,195). Sum of RGB (Red+Green+Blue) = 54+255+195=504 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.71% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36FFC3 is #C9003C. Grayscale: #BCBCBC. Windows color (decimal): -13172797 or 12844854. OLE color: 12844854.
HSL color Cylindrical-coordinate representation of color #36FFC3: hue angle of 162.09º 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 #36FFC3 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 195 | - |
| CMYK | 0.79 | 0 | 0.24 | 0 |
| HSL | 162.09º | 1% | 0.61% | - |
| HSV(B) | 162.09º | 0.79% | 1% | - |
| XYZ | 47.13 | 76.24 | 63.86 | - |
| YUV | 188.06 | 131.91 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 195 | 0.79 | 0 | 0.24 | 0 | 162.09 | 1 | 0.61 |
| Hex | 36 | FF | C3 | 4F | 0 | 18 | 0 | A2 | 64 | 3D |
| Octal | 66 | 377 | 303 | 117 | 0 | 30 | 0 | 242 | 144 | 75 |
| Binary | 110110 | 11111111 | 11000011 | 1001111 | 0 | 11000 | 0 | 10100010 | 1100100 | 111101 |
Color Harmonies of #36FFC3
Complementary color
Monochromatic Colors of #36FFC3
Black with #36FFC3
Text Example
Text Example
White with #36FFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFC3; }
p { color: rgb(54,255,195); }
H1.HeaderClassName
{
color: #36FFC3;
}
.AnyTagClassName
{
color: #36FFC3;
}
</style>
background-color css
<style>
a { background-color: #36FFC3; }
a { background-color: rgb(54,255,195); }
div.DivClassName
{
background-color: #36FFC3;
}
.BgClassName
{
background-color: #36FFC3;
}
</style>
border-color css
<style>
span { border-color: #36FFC3; }
span { border-color: rgb(54,255,195); }
td.TdClassName
{
border-color: #36FFC3;
}
.TagClassName
{
border-color: #36FFC3;
}
</style>