Shades of Medium Turquoise #33CECB
Tints of Medium Turquoise #33CECB
RGB
CMYK
RGB Variations
Color information
#33CECB (or 0x33CECB) is known color: Medium Turquoise. HEX triplet: 33, CE and CB. RGB value is (51,206,203). Sum of RGB (Red+Green+Blue) = 51+206+203=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #33CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CECB is #CC3134. Grayscale: #9F9F9F. Windows color (decimal): -13381941 or 13356595. OLE color: 13356595.
HSL color Cylindrical-coordinate representation of color #33CECB: hue angle of 178.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CECB is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 206 | 203 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.19 |
| HSL | 178.84º | 0.61% | 0.5% | - |
| HSV(B) | 178.84º | 0.75% | 0.81% | - |
| XYZ | 34.22 | 49.16 | 64.19 | - |
| YUV | 159.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 206 | 203 | 0.75 | 0 | 0.01 | 0.19 | 178.84 | 0.61 | 0.5 |
| Hex | 33 | CE | CB | 4B | 0 | 1 | 13 | B3 | 3D | 32 |
| Octal | 63 | 316 | 313 | 113 | 0 | 1 | 23 | 263 | 75 | 62 |
| Binary | 110011 | 11001110 | 11001011 | 1001011 | 0 | 1 | 10011 | 10110011 | 111101 | 110010 |
Color Harmonies of #33CECB
Complementary color
Monochromatic Colors of #33CECB
Black with #33CECB
Text Example
Text Example
White with #33CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CECB; }
p { color: rgb(51,206,203); }
H1.HeaderClassName
{
color: #33CECB;
}
.AnyTagClassName
{
color: #33CECB;
}
</style>
background-color css
<style>
a { background-color: #33CECB; }
a { background-color: rgb(51,206,203); }
div.DivClassName
{
background-color: #33CECB;
}
.BgClassName
{
background-color: #33CECB;
}
</style>
border-color css
<style>
span { border-color: #33CECB; }
span { border-color: rgb(51,206,203); }
td.TdClassName
{
border-color: #33CECB;
}
.TagClassName
{
border-color: #33CECB;
}
</style>