Shades of Turquoise #33EFCB
Tints of Turquoise #33EFCB
RGB
CMYK
RGB Variations
Color information
#33EFCB (or 0x33EFCB) is known color: Turquoise. HEX triplet: 33, EF and CB. RGB value is (51,239,203). Sum of RGB (Red+Green+Blue) = 51+239+203=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFCB is #CC1034. Grayscale: #B2B2B2. Windows color (decimal): -13373493 or 13365043. OLE color: 13365043.
HSL color Cylindrical-coordinate representation of color #33EFCB: hue angle of 168.51º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFCB is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 203 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.06 |
| HSL | 168.51º | 0.85% | 0.57% | - |
| HSV(B) | 168.51º | 0.79% | 0.94% | - |
| XYZ | 43.01 | 66.75 | 67.12 | - |
| YUV | 178.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 203 | 0.79 | 0 | 0.15 | 0.06 | 168.51 | 0.85 | 0.57 |
| Hex | 33 | EF | CB | 4F | 0 | F | 6 | A9 | 55 | 39 |
| Octal | 63 | 357 | 313 | 117 | 0 | 17 | 6 | 251 | 125 | 71 |
| Binary | 110011 | 11101111 | 11001011 | 1001111 | 0 | 1111 | 110 | 10101001 | 1010101 | 111001 |
Color Harmonies of #33EFCB
Complementary color
Monochromatic Colors of #33EFCB
Black with #33EFCB
Text Example
Text Example
White with #33EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFCB; }
p { color: rgb(51,239,203); }
H1.HeaderClassName
{
color: #33EFCB;
}
.AnyTagClassName
{
color: #33EFCB;
}
</style>
background-color css
<style>
a { background-color: #33EFCB; }
a { background-color: rgb(51,239,203); }
div.DivClassName
{
background-color: #33EFCB;
}
.BgClassName
{
background-color: #33EFCB;
}
</style>
border-color css
<style>
span { border-color: #33EFCB; }
span { border-color: rgb(51,239,203); }
td.TdClassName
{
border-color: #33EFCB;
}
.TagClassName
{
border-color: #33EFCB;
}
</style>