Shades of Medium Turquoise #35C1BB
Tints of Medium Turquoise #35C1BB
RGB
CMYK
RGB Variations
Color information
#35C1BB (or 0x35C1BB) is known color: Medium Turquoise. HEX triplet: 35, C1 and BB. RGB value is (53,193,187). Sum of RGB (Red+Green+Blue) = 53+193+187=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #35C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C1BB is #CA3E44. Grayscale: #969696. Windows color (decimal): -13254213 or 12304693. OLE color: 12304693.
HSL color Cylindrical-coordinate representation of color #35C1BB: hue angle of 177.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C1BB is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 193 | 187 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.24 |
| HSL | 177.43º | 0.57% | 0.48% | - |
| HSV(B) | 177.43º | 0.73% | 0.76% | - |
| XYZ | 29.51 | 42.48 | 53.66 | - |
| YUV | 150.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 193 | 187 | 0.73 | 0 | 0.03 | 0.24 | 177.43 | 0.57 | 0.48 |
| Hex | 35 | C1 | BB | 49 | 0 | 3 | 18 | B1 | 39 | 30 |
| Octal | 65 | 301 | 273 | 111 | 0 | 3 | 30 | 261 | 71 | 60 |
| Binary | 110101 | 11000001 | 10111011 | 1001001 | 0 | 11 | 11000 | 10110001 | 111001 | 110000 |
Color Harmonies of #35C1BB
Complementary color
Monochromatic Colors of #35C1BB
Black with #35C1BB
Text Example
Text Example
White with #35C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C1BB; }
p { color: rgb(53,193,187); }
H1.HeaderClassName
{
color: #35C1BB;
}
.AnyTagClassName
{
color: #35C1BB;
}
</style>
background-color css
<style>
a { background-color: #35C1BB; }
a { background-color: rgb(53,193,187); }
div.DivClassName
{
background-color: #35C1BB;
}
.BgClassName
{
background-color: #35C1BB;
}
</style>
border-color css
<style>
span { border-color: #35C1BB; }
span { border-color: rgb(53,193,187); }
td.TdClassName
{
border-color: #35C1BB;
}
.TagClassName
{
border-color: #35C1BB;
}
</style>