Shades of Medium Turquoise #35BDC3
Tints of Medium Turquoise #35BDC3
RGB
CMYK
RGB Variations
Color information
#35BDC3 (or 0x35BDC3) is known color: Medium Turquoise. HEX triplet: 35, BD and C3. RGB value is (53,189,195). Sum of RGB (Red+Green+Blue) = 53+189+195=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #35BDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDC3 is #CA423C. Grayscale: #949494. Windows color (decimal): -13255229 or 12827957. OLE color: 12827957.
HSL color Cylindrical-coordinate representation of color #35BDC3: hue angle of 182.54º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BDC3 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 189 | 195 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.24 |
| HSL | 182.54º | 0.57% | 0.49% | - |
| HSV(B) | 182.54º | 0.73% | 0.76% | - |
| XYZ | 29.52 | 41.09 | 58.01 | - |
| YUV | 149.02 | 153.94 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 195 | 0.73 | 0.03 | 0 | 0.24 | 182.54 | 0.57 | 0.49 |
| Hex | 35 | BD | C3 | 49 | 3 | 0 | 18 | B7 | 39 | 31 |
| Octal | 65 | 275 | 303 | 111 | 3 | 0 | 30 | 267 | 71 | 61 |
| Binary | 110101 | 10111101 | 11000011 | 1001001 | 11 | 0 | 11000 | 10110111 | 111001 | 110001 |
Color Harmonies of #35BDC3
Complementary color
Monochromatic Colors of #35BDC3
Black with #35BDC3
Text Example
Text Example
White with #35BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BDC3; }
p { color: rgb(53,189,195); }
H1.HeaderClassName
{
color: #35BDC3;
}
.AnyTagClassName
{
color: #35BDC3;
}
</style>
background-color css
<style>
a { background-color: #35BDC3; }
a { background-color: rgb(53,189,195); }
div.DivClassName
{
background-color: #35BDC3;
}
.BgClassName
{
background-color: #35BDC3;
}
</style>
border-color css
<style>
span { border-color: #35BDC3; }
span { border-color: rgb(53,189,195); }
td.TdClassName
{
border-color: #35BDC3;
}
.TagClassName
{
border-color: #35BDC3;
}
</style>