Shades of Turquoise #35FFCC
Tints of Turquoise #35FFCC
RGB
CMYK
RGB Variations
Color information
#35FFCC (or 0x35FFCC) is known color: Turquoise. HEX triplet: 35, FF and CC. RGB value is (53,255,204). Sum of RGB (Red+Green+Blue) = 53+255+204=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #35FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FFCC is #CA0033. Grayscale: #BCBCBC. Windows color (decimal): -13238324 or 13434677. OLE color: 13434677.
HSL color Cylindrical-coordinate representation of color #35FFCC: hue angle of 164.85º 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 #35FFCC is Cyan = 0.79, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 255 | 204 | - |
| CMYK | 0.79 | 0 | 0.2 | 0 |
| HSL | 164.85º | 1% | 0.6% | - |
| HSV(B) | 164.85º | 0.79% | 1% | - |
| XYZ | 48.13 | 76.64 | 69.38 | - |
| YUV | 188.79 | 136.58 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 255 | 204 | 0.79 | 0 | 0.2 | 0 | 164.85 | 1 | 0.6 |
| Hex | 35 | FF | CC | 4F | 0 | 14 | 0 | A5 | 64 | 3C |
| Octal | 65 | 377 | 314 | 117 | 0 | 24 | 0 | 245 | 144 | 74 |
| Binary | 110101 | 11111111 | 11001100 | 1001111 | 0 | 10100 | 0 | 10100101 | 1100100 | 111100 |
Color Harmonies of #35FFCC
Complementary color
Monochromatic Colors of #35FFCC
Black with #35FFCC
Text Example
Text Example
White with #35FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FFCC; }
p { color: rgb(53,255,204); }
H1.HeaderClassName
{
color: #35FFCC;
}
.AnyTagClassName
{
color: #35FFCC;
}
</style>
background-color css
<style>
a { background-color: #35FFCC; }
a { background-color: rgb(53,255,204); }
div.DivClassName
{
background-color: #35FFCC;
}
.BgClassName
{
background-color: #35FFCC;
}
</style>
border-color css
<style>
span { border-color: #35FFCC; }
span { border-color: rgb(53,255,204); }
td.TdClassName
{
border-color: #35FFCC;
}
.TagClassName
{
border-color: #35FFCC;
}
</style>