Shades of Medium Turquoise #35CBCB
Tints of Medium Turquoise #35CBCB
RGB
CMYK
RGB Variations
Color information
#35CBCB (or 0x35CBCB) is known color: Medium Turquoise. HEX triplet: 35, CB and CB. RGB value is (53,203,203). Sum of RGB (Red+Green+Blue) = 53+203+203=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #35CBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CBCB is #CA3434. Grayscale: #9E9E9E. Windows color (decimal): -13251637 or 13355829. OLE color: 13355829.
HSL color Cylindrical-coordinate representation of color #35CBCB: hue angle of 180º 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 #35CBCB is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 203 | 203 | - |
| CMYK | 0.74 | 0 | 0 | 0.20 |
| HSL | 180º | 0.59% | 0.5% | - |
| HSV(B) | 180º | 0.74% | 0.8% | - |
| XYZ | 33.6 | 47.78 | 63.95 | - |
| YUV | 158.15 | 153.31 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 203 | 203 | 0.74 | 0 | 0 | 0.20 | 180 | 0.59 | 0.5 |
| Hex | 35 | CB | CB | 4A | 0 | 0 | 14 | B4 | 3B | 32 |
| Octal | 65 | 313 | 313 | 112 | 0 | 0 | 24 | 264 | 73 | 62 |
| Binary | 110101 | 11001011 | 11001011 | 1001010 | 0 | 0 | 10100 | 10110100 | 111011 | 110010 |
Color Harmonies of #35CBCB
Complementary color
Monochromatic Colors of #35CBCB
Black with #35CBCB
Text Example
Text Example
White with #35CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35CBCB; }
p { color: rgb(53,203,203); }
H1.HeaderClassName
{
color: #35CBCB;
}
.AnyTagClassName
{
color: #35CBCB;
}
</style>
background-color css
<style>
a { background-color: #35CBCB; }
a { background-color: rgb(53,203,203); }
div.DivClassName
{
background-color: #35CBCB;
}
.BgClassName
{
background-color: #35CBCB;
}
</style>
border-color css
<style>
span { border-color: #35CBCB; }
span { border-color: rgb(53,203,203); }
td.TdClassName
{
border-color: #35CBCB;
}
.TagClassName
{
border-color: #35CBCB;
}
</style>