Shades of Turquoise #33ECBD
Tints of Turquoise #33ECBD
RGB
CMYK
RGB Variations
Color information
#33ECBD (or 0x33ECBD) is known color: Turquoise. HEX triplet: 33, EC and BD. RGB value is (51,236,189). Sum of RGB (Red+Green+Blue) = 51+236+189=476 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.71% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #33ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33ECBD is #CC1342. Grayscale: #AFAFAF. Windows color (decimal): -13374275 or 12446771. OLE color: 12446771.
HSL color Cylindrical-coordinate representation of color #33ECBD: hue angle of 164.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ECBD is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 236 | 189 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.07 |
| HSL | 164.76º | 0.83% | 0.56% | - |
| HSV(B) | 164.76º | 0.78% | 0.93% | - |
| XYZ | 40.55 | 64.37 | 58.43 | - |
| YUV | 175.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 236 | 189 | 0.78 | 0 | 0.20 | 0.07 | 164.76 | 0.83 | 0.56 |
| Hex | 33 | EC | BD | 4E | 0 | 14 | 7 | A5 | 53 | 38 |
| Octal | 63 | 354 | 275 | 116 | 0 | 24 | 7 | 245 | 123 | 70 |
| Binary | 110011 | 11101100 | 10111101 | 1001110 | 0 | 10100 | 111 | 10100101 | 1010011 | 111000 |
Color Harmonies of #33ECBD
Complementary color
Monochromatic Colors of #33ECBD
Black with #33ECBD
Text Example
Text Example
White with #33ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ECBD; }
p { color: rgb(51,236,189); }
H1.HeaderClassName
{
color: #33ECBD;
}
.AnyTagClassName
{
color: #33ECBD;
}
</style>
background-color css
<style>
a { background-color: #33ECBD; }
a { background-color: rgb(51,236,189); }
div.DivClassName
{
background-color: #33ECBD;
}
.BgClassName
{
background-color: #33ECBD;
}
</style>
border-color css
<style>
span { border-color: #33ECBD; }
span { border-color: rgb(51,236,189); }
td.TdClassName
{
border-color: #33ECBD;
}
.TagClassName
{
border-color: #33ECBD;
}
</style>