Shades of Turquoise #33EDC2
Tints of Turquoise #33EDC2
RGB
CMYK
RGB Variations
Color information
#33EDC2 (or 0x33EDC2) is known color: Turquoise. HEX triplet: 33, ED and C2. RGB value is (51,237,194). Sum of RGB (Red+Green+Blue) = 51+237+194=482 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.58% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDC2 is #CC123D. Grayscale: #B0B0B0. Windows color (decimal): -13374014 or 12774707. OLE color: 12774707.
HSL color Cylindrical-coordinate representation of color #33EDC2: hue angle of 166.13º degrees, saturation: 0.84, 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 #33EDC2 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 194 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.07 |
| HSL | 166.13º | 0.84% | 0.56% | - |
| HSV(B) | 166.13º | 0.78% | 0.93% | - |
| XYZ | 41.39 | 65.17 | 61.44 | - |
| YUV | 176.48 | 137.88 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 194 | 0.78 | 0 | 0.18 | 0.07 | 166.13 | 0.84 | 0.56 |
| Hex | 33 | ED | C2 | 4E | 0 | 12 | 7 | A6 | 54 | 38 |
| Octal | 63 | 355 | 302 | 116 | 0 | 22 | 7 | 246 | 124 | 70 |
| Binary | 110011 | 11101101 | 11000010 | 1001110 | 0 | 10010 | 111 | 10100110 | 1010100 | 111000 |
Color Harmonies of #33EDC2
Complementary color
Monochromatic Colors of #33EDC2
Black with #33EDC2
Text Example
Text Example
White with #33EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDC2; }
p { color: rgb(51,237,194); }
H1.HeaderClassName
{
color: #33EDC2;
}
.AnyTagClassName
{
color: #33EDC2;
}
</style>
background-color css
<style>
a { background-color: #33EDC2; }
a { background-color: rgb(51,237,194); }
div.DivClassName
{
background-color: #33EDC2;
}
.BgClassName
{
background-color: #33EDC2;
}
</style>
border-color css
<style>
span { border-color: #33EDC2; }
span { border-color: rgb(51,237,194); }
td.TdClassName
{
border-color: #33EDC2;
}
.TagClassName
{
border-color: #33EDC2;
}
</style>