Shades of Turquoise #33EFC2
Tints of Turquoise #33EFC2
RGB
CMYK
RGB Variations
Color information
#33EFC2 (or 0x33EFC2) is known color: Turquoise. HEX triplet: 33, EF and C2. RGB value is (51,239,194). Sum of RGB (Red+Green+Blue) = 51+239+194=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFC2 is #CC103D. Grayscale: #B1B1B1. Windows color (decimal): -13373502 or 12775219. OLE color: 12775219.
HSL color Cylindrical-coordinate representation of color #33EFC2: hue angle of 165.64º 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 #33EFC2 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 194 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.06 |
| HSL | 165.64º | 0.85% | 0.57% | - |
| HSV(B) | 165.64º | 0.79% | 0.94% | - |
| XYZ | 41.97 | 66.33 | 61.63 | - |
| YUV | 177.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 194 | 0.79 | 0 | 0.19 | 0.06 | 165.64 | 0.85 | 0.57 |
| Hex | 33 | EF | C2 | 4F | 0 | 13 | 6 | A6 | 55 | 39 |
| Octal | 63 | 357 | 302 | 117 | 0 | 23 | 6 | 246 | 125 | 71 |
| Binary | 110011 | 11101111 | 11000010 | 1001111 | 0 | 10011 | 110 | 10100110 | 1010101 | 111001 |
Color Harmonies of #33EFC2
Complementary color
Monochromatic Colors of #33EFC2
Black with #33EFC2
Text Example
Text Example
White with #33EFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFC2; }
p { color: rgb(51,239,194); }
H1.HeaderClassName
{
color: #33EFC2;
}
.AnyTagClassName
{
color: #33EFC2;
}
</style>
background-color css
<style>
a { background-color: #33EFC2; }
a { background-color: rgb(51,239,194); }
div.DivClassName
{
background-color: #33EFC2;
}
.BgClassName
{
background-color: #33EFC2;
}
</style>
border-color css
<style>
span { border-color: #33EFC2; }
span { border-color: rgb(51,239,194); }
td.TdClassName
{
border-color: #33EFC2;
}
.TagClassName
{
border-color: #33EFC2;
}
</style>