Shades of Turquoise #33E5FD
Tints of Turquoise #33E5FD
RGB
CMYK
RGB Variations
Color information
#33E5FD (or 0x33E5FD) is known color: Turquoise. HEX triplet: 33, E5 and FD. RGB value is (51,229,253). Sum of RGB (Red+Green+Blue) = 51+229+253=533 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.57% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #33E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E5FD is #CC1A02. Grayscale: #B2B2B2. Windows color (decimal): -13376003 or 16639283. OLE color: 16639283.
HSL color Cylindrical-coordinate representation of color #33E5FD: hue angle of 187.13º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E5FD is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 229 | 253 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.01 |
| HSL | 187.13º | 0.98% | 0.6% | - |
| HSV(B) | 187.13º | 0.8% | 0.99% | - |
| XYZ | 47.11 | 63.83 | 102.77 | - |
| YUV | 178.51 | 170.03 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 229 | 253 | 0.80 | 0.09 | 0 | 0.01 | 187.13 | 0.98 | 0.6 |
| Hex | 33 | E5 | FD | 50 | 9 | 0 | 1 | BB | 62 | 3C |
| Octal | 63 | 345 | 375 | 120 | 11 | 0 | 1 | 273 | 142 | 74 |
| Binary | 110011 | 11100101 | 11111101 | 1010000 | 1001 | 0 | 1 | 10111011 | 1100010 | 111100 |
Color Harmonies of #33E5FD
Complementary color
Monochromatic Colors of #33E5FD
Black with #33E5FD
Text Example
Text Example
White with #33E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E5FD; }
p { color: rgb(51,229,253); }
H1.HeaderClassName
{
color: #33E5FD;
}
.AnyTagClassName
{
color: #33E5FD;
}
</style>
background-color css
<style>
a { background-color: #33E5FD; }
a { background-color: rgb(51,229,253); }
div.DivClassName
{
background-color: #33E5FD;
}
.BgClassName
{
background-color: #33E5FD;
}
</style>
border-color css
<style>
span { border-color: #33E5FD; }
span { border-color: rgb(51,229,253); }
td.TdClassName
{
border-color: #33E5FD;
}
.TagClassName
{
border-color: #33E5FD;
}
</style>