Shades of Turquoise #35E6CB
Tints of Turquoise #35E6CB
RGB
CMYK
RGB Variations
Color information
#35E6CB (or 0x35E6CB) is known color: Turquoise. HEX triplet: 35, E6 and CB. RGB value is (53,230,203). Sum of RGB (Red+Green+Blue) = 53+230+203=486 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.91% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #35E6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E6CB is #CA1934. Grayscale: #ADADAD. Windows color (decimal): -13244725 or 13362741. OLE color: 13362741.
HSL color Cylindrical-coordinate representation of color #35E6CB: hue angle of 170.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E6CB is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 230 | 203 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.10 |
| HSL | 170.85º | 0.78% | 0.55% | - |
| HSV(B) | 170.85º | 0.77% | 0.9% | - |
| XYZ | 40.54 | 61.66 | 66.27 | - |
| YUV | 174 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 230 | 203 | 0.77 | 0 | 0.12 | 0.10 | 170.85 | 0.78 | 0.55 |
| Hex | 35 | E6 | CB | 4D | 0 | C | A | AB | 4E | 37 |
| Octal | 65 | 346 | 313 | 115 | 0 | 14 | 12 | 253 | 116 | 67 |
| Binary | 110101 | 11100110 | 11001011 | 1001101 | 0 | 1100 | 1010 | 10101011 | 1001110 | 110111 |
Color Harmonies of #35E6CB
Complementary color
Monochromatic Colors of #35E6CB
Black with #35E6CB
Text Example
Text Example
White with #35E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35E6CB; }
p { color: rgb(53,230,203); }
H1.HeaderClassName
{
color: #35E6CB;
}
.AnyTagClassName
{
color: #35E6CB;
}
</style>
background-color css
<style>
a { background-color: #35E6CB; }
a { background-color: rgb(53,230,203); }
div.DivClassName
{
background-color: #35E6CB;
}
.BgClassName
{
background-color: #35E6CB;
}
</style>
border-color css
<style>
span { border-color: #35E6CB; }
span { border-color: rgb(53,230,203); }
td.TdClassName
{
border-color: #35E6CB;
}
.TagClassName
{
border-color: #35E6CB;
}
</style>