Shades of Turquoise #35FECB
Tints of Turquoise #35FECB
RGB
CMYK
RGB Variations
Color information
#35FECB (or 0x35FECB) is known color: Turquoise. HEX triplet: 35, FE and CB. RGB value is (53,254,203). Sum of RGB (Red+Green+Blue) = 53+254+203=510 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.39% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #35FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FECB is #CA0134. Grayscale: #BCBCBC. Windows color (decimal): -13238581 or 13368885. OLE color: 13368885.
HSL color Cylindrical-coordinate representation of color #35FECB: hue angle of 164.78º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FECB is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 203 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.00 |
| HSL | 164.78º | 0.99% | 0.6% | - |
| HSV(B) | 164.78º | 0.79% | 1% | - |
| XYZ | 47.69 | 75.95 | 68.65 | - |
| YUV | 188.09 | 136.41 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 203 | 0.79 | 0 | 0.20 | 0.00 | 164.78 | 0.99 | 0.6 |
| Hex | 35 | FE | CB | 4F | 0 | 14 | 0 | A5 | 63 | 3C |
| Octal | 65 | 376 | 313 | 117 | 0 | 24 | 0 | 245 | 143 | 74 |
| Binary | 110101 | 11111110 | 11001011 | 1001111 | 0 | 10100 | 0 | 10100101 | 1100011 | 111100 |
Color Harmonies of #35FECB
Complementary color
Monochromatic Colors of #35FECB
Black with #35FECB
Text Example
Text Example
White with #35FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FECB; }
p { color: rgb(53,254,203); }
H1.HeaderClassName
{
color: #35FECB;
}
.AnyTagClassName
{
color: #35FECB;
}
</style>
background-color css
<style>
a { background-color: #35FECB; }
a { background-color: rgb(53,254,203); }
div.DivClassName
{
background-color: #35FECB;
}
.BgClassName
{
background-color: #35FECB;
}
</style>
border-color css
<style>
span { border-color: #35FECB; }
span { border-color: rgb(53,254,203); }
td.TdClassName
{
border-color: #35FECB;
}
.TagClassName
{
border-color: #35FECB;
}
</style>