Shades of Turquoise #33EFE0
Tints of Turquoise #33EFE0
RGB
CMYK
RGB Variations
Color information
#33EFE0 (or 0x33EFE0) is known color: Turquoise. HEX triplet: 33, EF and E0. RGB value is (51,239,224). Sum of RGB (Red+Green+Blue) = 51+239+224=514 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.92% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #33EFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EFE0 is #CC101F. Grayscale: #B4B4B4. Windows color (decimal): -13373472 or 14741299. OLE color: 14741299.
HSL color Cylindrical-coordinate representation of color #33EFE0: hue angle of 175.21º 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 #33EFE0 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 239 | 224 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.06 |
| HSL | 175.21º | 0.85% | 0.57% | - |
| HSV(B) | 175.21º | 0.79% | 0.94% | - |
| XYZ | 45.69 | 67.82 | 81.2 | - |
| YUV | 181.08 | 152.22 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 224 | 0.79 | 0 | 0.06 | 0.06 | 175.21 | 0.85 | 0.57 |
| Hex | 33 | EF | E0 | 4F | 0 | 6 | 6 | AF | 55 | 39 |
| Octal | 63 | 357 | 340 | 117 | 0 | 6 | 6 | 257 | 125 | 71 |
| Binary | 110011 | 11101111 | 11100000 | 1001111 | 0 | 110 | 110 | 10101111 | 1010101 | 111001 |
Color Harmonies of #33EFE0
Complementary color
Monochromatic Colors of #33EFE0
Black with #33EFE0
Text Example
Text Example
White with #33EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFE0; }
p { color: rgb(51,239,224); }
H1.HeaderClassName
{
color: #33EFE0;
}
.AnyTagClassName
{
color: #33EFE0;
}
</style>
background-color css
<style>
a { background-color: #33EFE0; }
a { background-color: rgb(51,239,224); }
div.DivClassName
{
background-color: #33EFE0;
}
.BgClassName
{
background-color: #33EFE0;
}
</style>
border-color css
<style>
span { border-color: #33EFE0; }
span { border-color: rgb(51,239,224); }
td.TdClassName
{
border-color: #33EFE0;
}
.TagClassName
{
border-color: #33EFE0;
}
</style>