Shades of Turquoise #35FFCA
Tints of Turquoise #35FFCA
RGB
CMYK
RGB Variations
Color information
#35FFCA (or 0x35FFCA) is known color: Turquoise. HEX triplet: 35, FF and CA. RGB value is (53,255,202). Sum of RGB (Red+Green+Blue) = 53+255+202=510 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.39% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFCA is #CA0035. Grayscale: #BCBCBC. Windows color (decimal): -13238326 or 13303605. OLE color: 13303605.
HSL color Cylindrical-coordinate representation of color #35FFCA: hue angle of 164.26º 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 #35FFCA is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 202 | - |
| CMYK | 0.79 | 0 | 0.21 | 0 |
| HSL | 164.26º | 1% | 0.6% | - |
| HSV(B) | 164.26º | 0.79% | 1% | - |
| XYZ | 47.89 | 76.54 | 68.13 | - |
| YUV | 188.56 | 135.58 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 202 | 0.79 | 0 | 0.21 | 0 | 164.26 | 1 | 0.6 |
| Hex | 35 | FF | CA | 4F | 0 | 15 | 0 | A4 | 64 | 3C |
| Octal | 65 | 377 | 312 | 117 | 0 | 25 | 0 | 244 | 144 | 74 |
| Binary | 110101 | 11111111 | 11001010 | 1001111 | 0 | 10101 | 0 | 10100100 | 1100100 | 111100 |
Color Harmonies of #35FFCA
Complementary color
Monochromatic Colors of #35FFCA
Black with #35FFCA
Text Example
Text Example
White with #35FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFCA; }
p { color: rgb(53,255,202); }
H1.HeaderClassName
{
color: #35FFCA;
}
.AnyTagClassName
{
color: #35FFCA;
}
</style>
background-color css
<style>
a { background-color: #35FFCA; }
a { background-color: rgb(53,255,202); }
div.DivClassName
{
background-color: #35FFCA;
}
.BgClassName
{
background-color: #35FFCA;
}
</style>
border-color css
<style>
span { border-color: #35FFCA; }
span { border-color: rgb(53,255,202); }
td.TdClassName
{
border-color: #35FFCA;
}
.TagClassName
{
border-color: #35FFCA;
}
</style>