Shades of Turquoise #35FFC4
Tints of Turquoise #35FFC4
RGB
CMYK
RGB Variations
Color information
#35FFC4 (or 0x35FFC4) is known color: Turquoise. HEX triplet: 35, FF and C4. RGB value is (53,255,196). Sum of RGB (Red+Green+Blue) = 53+255+196=504 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.52% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFC4 is #CA003B. Grayscale: #BBBBBB. Windows color (decimal): -13238332 or 12910389. OLE color: 12910389.
HSL color Cylindrical-coordinate representation of color #35FFC4: hue angle of 162.48º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FFC4 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 196 | - |
| CMYK | 0.79 | 0 | 0.23 | 0 |
| HSL | 162.48º | 1% | 0.6% | - |
| HSV(B) | 162.48º | 0.79% | 1% | - |
| XYZ | 47.19 | 76.26 | 64.46 | - |
| YUV | 187.88 | 132.58 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 196 | 0.79 | 0 | 0.23 | 0 | 162.48 | 1 | 0.6 |
| Hex | 35 | FF | C4 | 4F | 0 | 17 | 0 | A2 | 64 | 3C |
| Octal | 65 | 377 | 304 | 117 | 0 | 27 | 0 | 242 | 144 | 74 |
| Binary | 110101 | 11111111 | 11000100 | 1001111 | 0 | 10111 | 0 | 10100010 | 1100100 | 111100 |
Color Harmonies of #35FFC4
Complementary color
Monochromatic Colors of #35FFC4
Black with #35FFC4
Text Example
Text Example
White with #35FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFC4; }
p { color: rgb(53,255,196); }
H1.HeaderClassName
{
color: #35FFC4;
}
.AnyTagClassName
{
color: #35FFC4;
}
</style>
background-color css
<style>
a { background-color: #35FFC4; }
a { background-color: rgb(53,255,196); }
div.DivClassName
{
background-color: #35FFC4;
}
.BgClassName
{
background-color: #35FFC4;
}
</style>
border-color css
<style>
span { border-color: #35FFC4; }
span { border-color: rgb(53,255,196); }
td.TdClassName
{
border-color: #35FFC4;
}
.TagClassName
{
border-color: #35FFC4;
}
</style>