Shades of Medium Turquoise #33CBC3
Tints of Medium Turquoise #33CBC3
RGB
CMYK
RGB Variations
Color information
#33CBC3 (or 0x33CBC3) is known color: Medium Turquoise. HEX triplet: 33, CB and C3. RGB value is (51,203,195). Sum of RGB (Red+Green+Blue) = 51+203+195=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #33CBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CBC3 is #CC343C. Grayscale: #9C9C9C. Windows color (decimal): -13382717 or 12831539. OLE color: 12831539.
HSL color Cylindrical-coordinate representation of color #33CBC3: hue angle of 176.84º 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 #33CBC3 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 51 | 203 | 195 | - |
CMYK | 0.75 | 0 | 0.04 | 0.20 |
HSL | 176.84º | 0.6% | 0.5% | - |
HSV(B) | 176.84º | 0.75% | 0.8% | - |
XYZ | 32.57 | 47.36 | 59.05 | - |
YUV | 156.64 | 149.64 | 52.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 203 | 195 | 0.75 | 0 | 0.04 | 0.20 | 176.84 | 0.6 | 0.5 |
Hex | 33 | CB | C3 | 4B | 0 | 4 | 14 | B1 | 3C | 32 |
Octal | 63 | 313 | 303 | 113 | 0 | 4 | 24 | 261 | 74 | 62 |
Binary | 110011 | 11001011 | 11000011 | 1001011 | 0 | 100 | 10100 | 10110001 | 111100 | 110010 |
Color Harmonies of #33CBC3
Complementary color
Monochromatic Colors of #33CBC3
Black with #33CBC3
Text Example
Text Example
White with #33CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CBC3; }
p { color: rgb(51,203,195); }
H1.HeaderClassName
{
color: #33CBC3;
}
.AnyTagClassName
{
color: #33CBC3;
}
</style>
background-color css
<style>
a { background-color: #33CBC3; }
a { background-color: rgb(51,203,195); }
div.DivClassName
{
background-color: #33CBC3;
}
.BgClassName
{
background-color: #33CBC3;
}
</style>
border-color css
<style>
span { border-color: #33CBC3; }
span { border-color: rgb(51,203,195); }
td.TdClassName
{
border-color: #33CBC3;
}
.TagClassName
{
border-color: #33CBC3;
}
</style>