Shades of Turquoise #33EFEC
Tints of Turquoise #33EFEC
RGB
CMYK
RGB Variations
Color information
#33EFEC (or 0x33EFEC) is known color: Turquoise. HEX triplet: 33, EF and EC. RGB value is (51,239,236). Sum of RGB (Red+Green+Blue) = 51+239+236=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFEC is #CC1013. Grayscale: #B6B6B6. Windows color (decimal): -13373460 or 15527731. OLE color: 15527731.
HSL color Cylindrical-coordinate representation of color #33EFEC: hue angle of 179.04º 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 #33EFEC is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 236 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.06 |
| HSL | 179.04º | 0.85% | 0.57% | - |
| HSV(B) | 179.04º | 0.79% | 0.94% | - |
| XYZ | 47.37 | 68.49 | 90.08 | - |
| YUV | 182.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 236 | 0.79 | 0 | 0.01 | 0.06 | 179.04 | 0.85 | 0.57 |
| Hex | 33 | EF | EC | 4F | 0 | 1 | 6 | B3 | 55 | 39 |
| Octal | 63 | 357 | 354 | 117 | 0 | 1 | 6 | 263 | 125 | 71 |
| Binary | 110011 | 11101111 | 11101100 | 1001111 | 0 | 1 | 110 | 10110011 | 1010101 | 111001 |
Color Harmonies of #33EFEC
Complementary color
Monochromatic Colors of #33EFEC
Black with #33EFEC
Text Example
Text Example
White with #33EFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFEC; }
p { color: rgb(51,239,236); }
H1.HeaderClassName
{
color: #33EFEC;
}
.AnyTagClassName
{
color: #33EFEC;
}
</style>
background-color css
<style>
a { background-color: #33EFEC; }
a { background-color: rgb(51,239,236); }
div.DivClassName
{
background-color: #33EFEC;
}
.BgClassName
{
background-color: #33EFEC;
}
</style>
border-color css
<style>
span { border-color: #33EFEC; }
span { border-color: rgb(51,239,236); }
td.TdClassName
{
border-color: #33EFEC;
}
.TagClassName
{
border-color: #33EFEC;
}
</style>