Shades of Turquoise #33EEFF
Tints of Turquoise #33EEFF
RGB
CMYK
RGB Variations
Color information
#33EEFF (or 0x33EEFF) is known color: Turquoise. HEX triplet: 33, EE and FF. RGB value is (51,238,255). Sum of RGB (Red+Green+Blue) = 51+238+255=544 (72% of max value = 765). Red value is 51 (20.31% from 255 or 9.38% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #33EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EEFF is #CC1100. Grayscale: #B7B7B7. Windows color (decimal): -13373697 or 16772659. OLE color: 16772659.
HSL color Cylindrical-coordinate representation of color #33EEFF: hue angle of 185º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33EEFF is Cyan = 0.8, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 238 | 255 | - |
| CMYK | 0.8 | 0.07 | 0 | 0 |
| HSL | 185º | 1% | 0.6% | - |
| HSV(B) | 185º | 0.8% | 1% | - |
| XYZ | 49.99 | 69.07 | 105.31 | - |
| YUV | 184.03 | 168.05 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 255 | 0.8 | 0.07 | 0 | 0 | 185 | 1 | 0.6 |
| Hex | 33 | EE | FF | 50 | 7 | 0 | 0 | B9 | 64 | 3C |
| Octal | 63 | 356 | 377 | 120 | 7 | 0 | 0 | 271 | 144 | 74 |
| Binary | 110011 | 11101110 | 11111111 | 1010000 | 111 | 0 | 0 | 10111001 | 1100100 | 111100 |
Color Harmonies of #33EEFF
Complementary color
Monochromatic Colors of #33EEFF
Black with #33EEFF
Text Example
Text Example
White with #33EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEFF; }
p { color: rgb(51,238,255); }
H1.HeaderClassName
{
color: #33EEFF;
}
.AnyTagClassName
{
color: #33EEFF;
}
</style>
background-color css
<style>
a { background-color: #33EEFF; }
a { background-color: rgb(51,238,255); }
div.DivClassName
{
background-color: #33EEFF;
}
.BgClassName
{
background-color: #33EEFF;
}
</style>
border-color css
<style>
span { border-color: #33EEFF; }
span { border-color: rgb(51,238,255); }
td.TdClassName
{
border-color: #33EEFF;
}
.TagClassName
{
border-color: #33EEFF;
}
</style>