Shades of Medium Turquoise #35BDC2
Tints of Medium Turquoise #35BDC2
RGB
CMYK
RGB Variations
Color information
#35BDC2 (or 0x35BDC2) is known color: Medium Turquoise. HEX triplet: 35, BD and C2. RGB value is (53,189,194). Sum of RGB (Red+Green+Blue) = 53+189+194=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #35BDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDC2 is #CA423D. Grayscale: #949494. Windows color (decimal): -13255230 or 12762421. OLE color: 12762421.
HSL color Cylindrical-coordinate representation of color #35BDC2: hue angle of 182.13º 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 #35BDC2 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 189 | 194 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.24 |
| HSL | 182.13º | 0.57% | 0.48% | - |
| HSV(B) | 182.13º | 0.73% | 0.76% | - |
| XYZ | 29.4 | 41.05 | 57.41 | - |
| YUV | 148.91 | 153.44 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 194 | 0.73 | 0.03 | 0 | 0.24 | 182.13 | 0.57 | 0.48 |
| Hex | 35 | BD | C2 | 49 | 3 | 0 | 18 | B6 | 39 | 30 |
| Octal | 65 | 275 | 302 | 111 | 3 | 0 | 30 | 266 | 71 | 60 |
| Binary | 110101 | 10111101 | 11000010 | 1001001 | 11 | 0 | 11000 | 10110110 | 111001 | 110000 |
Color Harmonies of #35BDC2
Complementary color
Monochromatic Colors of #35BDC2
Black with #35BDC2
Text Example
Text Example
White with #35BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BDC2; }
p { color: rgb(53,189,194); }
H1.HeaderClassName
{
color: #35BDC2;
}
.AnyTagClassName
{
color: #35BDC2;
}
</style>
background-color css
<style>
a { background-color: #35BDC2; }
a { background-color: rgb(53,189,194); }
div.DivClassName
{
background-color: #35BDC2;
}
.BgClassName
{
background-color: #35BDC2;
}
</style>
border-color css
<style>
span { border-color: #35BDC2; }
span { border-color: rgb(53,189,194); }
td.TdClassName
{
border-color: #35BDC2;
}
.TagClassName
{
border-color: #35BDC2;
}
</style>