Shades of Turquoise #35FECE
Tints of Turquoise #35FECE
RGB
CMYK
RGB Variations
Color information
#35FECE (or 0x35FECE) is known color: Turquoise. HEX triplet: 35, FE and CE. RGB value is (53,254,206). Sum of RGB (Red+Green+Blue) = 53+254+206=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #35FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FECE is #CA0131. Grayscale: #BCBCBC. Windows color (decimal): -13238578 or 13565493. OLE color: 13565493.
HSL color Cylindrical-coordinate representation of color #35FECE: hue angle of 165.67º 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 #35FECE is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 254 | 206 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.00 |
| HSL | 165.67º | 0.99% | 0.6% | - |
| HSV(B) | 165.67º | 0.79% | 1% | - |
| XYZ | 48.05 | 76.1 | 70.55 | - |
| YUV | 188.43 | 137.91 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 254 | 206 | 0.79 | 0 | 0.19 | 0.00 | 165.67 | 0.99 | 0.6 |
| Hex | 35 | FE | CE | 4F | 0 | 13 | 0 | A6 | 63 | 3C |
| Octal | 65 | 376 | 316 | 117 | 0 | 23 | 0 | 246 | 143 | 74 |
| Binary | 110101 | 11111110 | 11001110 | 1001111 | 0 | 10011 | 0 | 10100110 | 1100011 | 111100 |
Color Harmonies of #35FECE
Complementary color
Monochromatic Colors of #35FECE
Black with #35FECE
Text Example
Text Example
White with #35FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35FECE; }
p { color: rgb(53,254,206); }
H1.HeaderClassName
{
color: #35FECE;
}
.AnyTagClassName
{
color: #35FECE;
}
</style>
background-color css
<style>
a { background-color: #35FECE; }
a { background-color: rgb(53,254,206); }
div.DivClassName
{
background-color: #35FECE;
}
.BgClassName
{
background-color: #35FECE;
}
</style>
border-color css
<style>
span { border-color: #35FECE; }
span { border-color: rgb(53,254,206); }
td.TdClassName
{
border-color: #35FECE;
}
.TagClassName
{
border-color: #35FECE;
}
</style>