Shades of Turquoise #33EFF7
Tints of Turquoise #33EFF7
RGB
CMYK
RGB Variations
Color information
#33EFF7 (or 0x33EFF7) is known color: Turquoise. HEX triplet: 33, EF and F7. RGB value is (51,239,247). Sum of RGB (Red+Green+Blue) = 51+239+247=537 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.50% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #33EFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFF7 is #CC1008. Grayscale: #B7B7B7. Windows color (decimal): -13373449 or 16248627. OLE color: 16248627.
HSL color Cylindrical-coordinate representation of color #33EFF7: hue angle of 182.45º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EFF7 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 239 | 247 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.03 |
| HSL | 182.45º | 0.92% | 0.58% | - |
| HSV(B) | 182.45º | 0.79% | 0.97% | - |
| XYZ | 49.02 | 69.15 | 98.76 | - |
| YUV | 183.7 | 163.72 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 239 | 247 | 0.79 | 0.03 | 0 | 0.03 | 182.45 | 0.92 | 0.58 |
| Hex | 33 | EF | F7 | 4F | 3 | 0 | 3 | B6 | 5C | 3A |
| Octal | 63 | 357 | 367 | 117 | 3 | 0 | 3 | 266 | 134 | 72 |
| Binary | 110011 | 11101111 | 11110111 | 1001111 | 11 | 0 | 11 | 10110110 | 1011100 | 111010 |
Color Harmonies of #33EFF7
Complementary color
Monochromatic Colors of #33EFF7
Black with #33EFF7
Text Example
Text Example
White with #33EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EFF7; }
p { color: rgb(51,239,247); }
H1.HeaderClassName
{
color: #33EFF7;
}
.AnyTagClassName
{
color: #33EFF7;
}
</style>
background-color css
<style>
a { background-color: #33EFF7; }
a { background-color: rgb(51,239,247); }
div.DivClassName
{
background-color: #33EFF7;
}
.BgClassName
{
background-color: #33EFF7;
}
</style>
border-color css
<style>
span { border-color: #33EFF7; }
span { border-color: rgb(51,239,247); }
td.TdClassName
{
border-color: #33EFF7;
}
.TagClassName
{
border-color: #33EFF7;
}
</style>