Shades of Turquoise #33E0FF
Tints of Turquoise #33E0FF
RGB
CMYK
RGB Variations
Color information
#33E0FF (or 0x33E0FF) is known color: Turquoise. HEX triplet: 33, E0 and FF. RGB value is (51,224,255). Sum of RGB (Red+Green+Blue) = 51+224+255=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #33E0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E0FF is #CC1F00. Grayscale: #AFAFAF. Windows color (decimal): -13377281 or 16769075. OLE color: 16769075.
HSL color Cylindrical-coordinate representation of color #33E0FF: hue angle of 189.12º 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 #33E0FF is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 224 | 255 | - |
| CMYK | 0.8 | 0.12 | 0 | 0 |
| HSL | 189.12º | 1% | 0.6% | - |
| HSV(B) | 189.12º | 0.8% | 1% | - |
| XYZ | 46.07 | 61.24 | 104 | - |
| YUV | 175.81 | 172.69 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 224 | 255 | 0.8 | 0.12 | 0 | 0 | 189.12 | 1 | 0.6 |
| Hex | 33 | E0 | FF | 50 | C | 0 | 0 | BD | 64 | 3C |
| Octal | 63 | 340 | 377 | 120 | 14 | 0 | 0 | 275 | 144 | 74 |
| Binary | 110011 | 11100000 | 11111111 | 1010000 | 1100 | 0 | 0 | 10111101 | 1100100 | 111100 |
Color Harmonies of #33E0FF
Complementary color
Monochromatic Colors of #33E0FF
Black with #33E0FF
Text Example
Text Example
White with #33E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33E0FF; }
p { color: rgb(51,224,255); }
H1.HeaderClassName
{
color: #33E0FF;
}
.AnyTagClassName
{
color: #33E0FF;
}
</style>
background-color css
<style>
a { background-color: #33E0FF; }
a { background-color: rgb(51,224,255); }
div.DivClassName
{
background-color: #33E0FF;
}
.BgClassName
{
background-color: #33E0FF;
}
</style>
border-color css
<style>
span { border-color: #33E0FF; }
span { border-color: rgb(51,224,255); }
td.TdClassName
{
border-color: #33E0FF;
}
.TagClassName
{
border-color: #33E0FF;
}
</style>