Shades of Turquoise #33EFC0
Tints of Turquoise #33EFC0
RGB
CMYK
RGB Variations
Color information
#33EFC0 (or 0x33EFC0) is known color: Turquoise. HEX triplet: 33, EF and C0. RGB value is (51,239,192). Sum of RGB (Red+Green+Blue) = 51+239+192=482 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.58% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFC0 is #CC103F. Grayscale: #B1B1B1. Windows color (decimal): -13373504 or 12644147. OLE color: 12644147.
HSL color Cylindrical-coordinate representation of color #33EFC0: hue angle of 165º 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 #33EFC0 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 192 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.06 |
| HSL | 165º | 0.85% | 0.57% | - |
| HSV(B) | 165º | 0.79% | 0.94% | - |
| XYZ | 41.75 | 66.24 | 60.46 | - |
| YUV | 177.43 | 136.22 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 192 | 0.79 | 0 | 0.20 | 0.06 | 165 | 0.85 | 0.57 |
| Hex | 33 | EF | C0 | 4F | 0 | 14 | 6 | A5 | 55 | 39 |
| Octal | 63 | 357 | 300 | 117 | 0 | 24 | 6 | 245 | 125 | 71 |
| Binary | 110011 | 11101111 | 11000000 | 1001111 | 0 | 10100 | 110 | 10100101 | 1010101 | 111001 |
Color Harmonies of #33EFC0
Complementary color
Monochromatic Colors of #33EFC0
Black with #33EFC0
Text Example
Text Example
White with #33EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFC0; }
p { color: rgb(51,239,192); }
H1.HeaderClassName
{
color: #33EFC0;
}
.AnyTagClassName
{
color: #33EFC0;
}
</style>
background-color css
<style>
a { background-color: #33EFC0; }
a { background-color: rgb(51,239,192); }
div.DivClassName
{
background-color: #33EFC0;
}
.BgClassName
{
background-color: #33EFC0;
}
</style>
border-color css
<style>
span { border-color: #33EFC0; }
span { border-color: rgb(51,239,192); }
td.TdClassName
{
border-color: #33EFC0;
}
.TagClassName
{
border-color: #33EFC0;
}
</style>