Shades of Medium Turquoise #33CACB
Tints of Medium Turquoise #33CACB
RGB
CMYK
RGB Variations
Color information
#33CACB (or 0x33CACB) is known color: Medium Turquoise. HEX triplet: 33, CA and CB. RGB value is (51,202,203). Sum of RGB (Red+Green+Blue) = 51+202+203=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #33CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CACB is #CC3534. Grayscale: #9C9C9C. Windows color (decimal): -13382965 or 13355571. OLE color: 13355571.
HSL color Cylindrical-coordinate representation of color #33CACB: hue angle of 180.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CACB is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 202 | 203 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.20 |
| HSL | 180.39º | 0.6% | 0.5% | - |
| HSV(B) | 180.39º | 0.75% | 0.8% | - |
| XYZ | 33.27 | 47.26 | 63.87 | - |
| YUV | 156.97 | 153.97 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 202 | 203 | 0.75 | 0.00 | 0 | 0.20 | 180.39 | 0.6 | 0.5 |
| Hex | 33 | CA | CB | 4B | 0 | 0 | 14 | B4 | 3C | 32 |
| Octal | 63 | 312 | 313 | 113 | 0 | 0 | 24 | 264 | 74 | 62 |
| Binary | 110011 | 11001010 | 11001011 | 1001011 | 0 | 0 | 10100 | 10110100 | 111100 | 110010 |
Color Harmonies of #33CACB
Complementary color
Monochromatic Colors of #33CACB
Black with #33CACB
Text Example
Text Example
White with #33CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CACB; }
p { color: rgb(51,202,203); }
H1.HeaderClassName
{
color: #33CACB;
}
.AnyTagClassName
{
color: #33CACB;
}
</style>
background-color css
<style>
a { background-color: #33CACB; }
a { background-color: rgb(51,202,203); }
div.DivClassName
{
background-color: #33CACB;
}
.BgClassName
{
background-color: #33CACB;
}
</style>
border-color css
<style>
span { border-color: #33CACB; }
span { border-color: rgb(51,202,203); }
td.TdClassName
{
border-color: #33CACB;
}
.TagClassName
{
border-color: #33CACB;
}
</style>