Shades of Turquoise #33EEF3
Tints of Turquoise #33EEF3
RGB
CMYK
RGB Variations
Color information
#33EEF3 (or 0x33EEF3) is known color: Turquoise. HEX triplet: 33, EE and F3. RGB value is (51,238,243). Sum of RGB (Red+Green+Blue) = 51+238+243=532 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.59% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #33EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EEF3 is #CC110C. Grayscale: #B6B6B6. Windows color (decimal): -13373709 or 15986227. OLE color: 15986227.
HSL color Cylindrical-coordinate representation of color #33EEF3: hue angle of 181.56º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33EEF3 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 238 | 243 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.05 |
| HSL | 181.56º | 0.89% | 0.58% | - |
| HSV(B) | 181.56º | 0.79% | 0.95% | - |
| XYZ | 48.12 | 68.32 | 95.45 | - |
| YUV | 182.66 | 162.05 | 34.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 238 | 243 | 0.79 | 0.02 | 0 | 0.05 | 181.56 | 0.89 | 0.58 |
| Hex | 33 | EE | F3 | 4F | 2 | 0 | 5 | B6 | 59 | 3A |
| Octal | 63 | 356 | 363 | 117 | 2 | 0 | 5 | 266 | 131 | 72 |
| Binary | 110011 | 11101110 | 11110011 | 1001111 | 10 | 0 | 101 | 10110110 | 1011001 | 111010 |
Color Harmonies of #33EEF3
Complementary color
Monochromatic Colors of #33EEF3
Black with #33EEF3
Text Example
Text Example
White with #33EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EEF3; }
p { color: rgb(51,238,243); }
H1.HeaderClassName
{
color: #33EEF3;
}
.AnyTagClassName
{
color: #33EEF3;
}
</style>
background-color css
<style>
a { background-color: #33EEF3; }
a { background-color: rgb(51,238,243); }
div.DivClassName
{
background-color: #33EEF3;
}
.BgClassName
{
background-color: #33EEF3;
}
</style>
border-color css
<style>
span { border-color: #33EEF3; }
span { border-color: rgb(51,238,243); }
td.TdClassName
{
border-color: #33EEF3;
}
.TagClassName
{
border-color: #33EEF3;
}
</style>