Shades of Medium Turquoise #35CBBC
Tints of Medium Turquoise #35CBBC
RGB
CMYK
RGB Variations
Color information
#35CBBC (or 0x35CBBC) is known color: Medium Turquoise. HEX triplet: 35, CB and BC. RGB value is (53,203,188). Sum of RGB (Red+Green+Blue) = 53+203+188=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #35CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBBC is #CA3443. Grayscale: #9C9C9C. Windows color (decimal): -13251652 or 12372789. OLE color: 12372789.
HSL color Cylindrical-coordinate representation of color #35CBBC: hue angle of 174º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CBBC is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 203 | 188 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.20 |
| HSL | 174º | 0.59% | 0.5% | - |
| HSV(B) | 174º | 0.74% | 0.8% | - |
| XYZ | 31.9 | 47.1 | 54.99 | - |
| YUV | 156.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 203 | 188 | 0.74 | 0 | 0.07 | 0.20 | 174 | 0.59 | 0.5 |
| Hex | 35 | CB | BC | 4A | 0 | 7 | 14 | AE | 3B | 32 |
| Octal | 65 | 313 | 274 | 112 | 0 | 7 | 24 | 256 | 73 | 62 |
| Binary | 110101 | 11001011 | 10111100 | 1001010 | 0 | 111 | 10100 | 10101110 | 111011 | 110010 |
Color Harmonies of #35CBBC
Complementary color
Monochromatic Colors of #35CBBC
Black with #35CBBC
Text Example
Text Example
White with #35CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CBBC; }
p { color: rgb(53,203,188); }
H1.HeaderClassName
{
color: #35CBBC;
}
.AnyTagClassName
{
color: #35CBBC;
}
</style>
background-color css
<style>
a { background-color: #35CBBC; }
a { background-color: rgb(53,203,188); }
div.DivClassName
{
background-color: #35CBBC;
}
.BgClassName
{
background-color: #35CBBC;
}
</style>
border-color css
<style>
span { border-color: #35CBBC; }
span { border-color: rgb(53,203,188); }
td.TdClassName
{
border-color: #35CBBC;
}
.TagClassName
{
border-color: #35CBBC;
}
</style>