Shades of Turquoise #33EECB
Tints of Turquoise #33EECB
RGB
CMYK
RGB Variations
Color information
#33EECB (or 0x33EECB) is known color: Turquoise. HEX triplet: 33, EE and CB. RGB value is (51,238,203). Sum of RGB (Red+Green+Blue) = 51+238+203=492 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.37% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #33EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EECB is #CC1134. Grayscale: #B2B2B2. Windows color (decimal): -13373749 or 13364787. OLE color: 13364787.
HSL color Cylindrical-coordinate representation of color #33EECB: hue angle of 168.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EECB is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 238 | 203 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.07 |
| HSL | 168.77º | 0.85% | 0.57% | - |
| HSV(B) | 168.77º | 0.79% | 0.93% | - |
| XYZ | 42.72 | 66.16 | 67.02 | - |
| YUV | 178.1 | 142.05 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 203 | 0.79 | 0 | 0.15 | 0.07 | 168.77 | 0.85 | 0.57 |
| Hex | 33 | EE | CB | 4F | 0 | F | 7 | A9 | 55 | 39 |
| Octal | 63 | 356 | 313 | 117 | 0 | 17 | 7 | 251 | 125 | 71 |
| Binary | 110011 | 11101110 | 11001011 | 1001111 | 0 | 1111 | 111 | 10101001 | 1010101 | 111001 |
Color Harmonies of #33EECB
Complementary color
Monochromatic Colors of #33EECB
Black with #33EECB
Text Example
Text Example
White with #33EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EECB; }
p { color: rgb(51,238,203); }
H1.HeaderClassName
{
color: #33EECB;
}
.AnyTagClassName
{
color: #33EECB;
}
</style>
background-color css
<style>
a { background-color: #33EECB; }
a { background-color: rgb(51,238,203); }
div.DivClassName
{
background-color: #33EECB;
}
.BgClassName
{
background-color: #33EECB;
}
</style>
border-color css
<style>
span { border-color: #33EECB; }
span { border-color: rgb(51,238,203); }
td.TdClassName
{
border-color: #33EECB;
}
.TagClassName
{
border-color: #33EECB;
}
</style>