Shades of Turquoise #33E6F9
Tints of Turquoise #33E6F9
RGB
CMYK
RGB Variations
Color information
#33E6F9 (or 0x33E6F9) is known color: Turquoise. HEX triplet: 33, E6 and F9. RGB value is (51,230,249). Sum of RGB (Red+Green+Blue) = 51+230+249=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #33E6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E6F9 is #CC1906. Grayscale: #B2B2B2. Windows color (decimal): -13375751 or 16377395. OLE color: 16377395.
HSL color Cylindrical-coordinate representation of color #33E6F9: hue angle of 185.76º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E6F9 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 230 | 249 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.02 |
| HSL | 185.76º | 0.94% | 0.59% | - |
| HSV(B) | 185.76º | 0.8% | 0.98% | - |
| XYZ | 46.76 | 64.14 | 99.54 | - |
| YUV | 178.65 | 167.7 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 230 | 249 | 0.80 | 0.08 | 0 | 0.02 | 185.76 | 0.94 | 0.59 |
| Hex | 33 | E6 | F9 | 50 | 8 | 0 | 2 | BA | 5E | 3B |
| Octal | 63 | 346 | 371 | 120 | 10 | 0 | 2 | 272 | 136 | 73 |
| Binary | 110011 | 11100110 | 11111001 | 1010000 | 1000 | 0 | 10 | 10111010 | 1011110 | 111011 |
Color Harmonies of #33E6F9
Complementary color
Monochromatic Colors of #33E6F9
Black with #33E6F9
Text Example
Text Example
White with #33E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E6F9; }
p { color: rgb(51,230,249); }
H1.HeaderClassName
{
color: #33E6F9;
}
.AnyTagClassName
{
color: #33E6F9;
}
</style>
background-color css
<style>
a { background-color: #33E6F9; }
a { background-color: rgb(51,230,249); }
div.DivClassName
{
background-color: #33E6F9;
}
.BgClassName
{
background-color: #33E6F9;
}
</style>
border-color css
<style>
span { border-color: #33E6F9; }
span { border-color: rgb(51,230,249); }
td.TdClassName
{
border-color: #33E6F9;
}
.TagClassName
{
border-color: #33E6F9;
}
</style>