Shades of Turquoise #33E3FA
Tints of Turquoise #33E3FA
RGB
CMYK
RGB Variations
Color information
#33E3FA (or 0x33E3FA) is known color: Turquoise. HEX triplet: 33, E3 and FA. RGB value is (51,227,250). Sum of RGB (Red+Green+Blue) = 51+227+250=528 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.66% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #33E3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E3FA is #CC1C05. Grayscale: #B0B0B0. Windows color (decimal): -13376518 or 16442163. OLE color: 16442163.
HSL color Cylindrical-coordinate representation of color #33E3FA: hue angle of 186.93º degrees, saturation: 0.95, 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 #33E3FA is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 227 | 250 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.02 |
| HSL | 186.93º | 0.95% | 0.59% | - |
| HSV(B) | 186.93º | 0.8% | 0.98% | - |
| XYZ | 46.09 | 62.54 | 100.09 | - |
| YUV | 177 | 169.19 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 227 | 250 | 0.80 | 0.09 | 0 | 0.02 | 186.93 | 0.95 | 0.59 |
| Hex | 33 | E3 | FA | 50 | 9 | 0 | 2 | BB | 5F | 3B |
| Octal | 63 | 343 | 372 | 120 | 11 | 0 | 2 | 273 | 137 | 73 |
| Binary | 110011 | 11100011 | 11111010 | 1010000 | 1001 | 0 | 10 | 10111011 | 1011111 | 111011 |
Color Harmonies of #33E3FA
Complementary color
Monochromatic Colors of #33E3FA
Black with #33E3FA
Text Example
Text Example
White with #33E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E3FA; }
p { color: rgb(51,227,250); }
H1.HeaderClassName
{
color: #33E3FA;
}
.AnyTagClassName
{
color: #33E3FA;
}
</style>
background-color css
<style>
a { background-color: #33E3FA; }
a { background-color: rgb(51,227,250); }
div.DivClassName
{
background-color: #33E3FA;
}
.BgClassName
{
background-color: #33E3FA;
}
</style>
border-color css
<style>
span { border-color: #33E3FA; }
span { border-color: rgb(51,227,250); }
td.TdClassName
{
border-color: #33E3FA;
}
.TagClassName
{
border-color: #33E3FA;
}
</style>