Shades of Turquoise #33D9E8
Tints of Turquoise #33D9E8
RGB
CMYK
RGB Variations
Color information
#33D9E8 (or 0x33D9E8) is known color: Turquoise. HEX triplet: 33, D9 and E8. RGB value is (51,217,232). Sum of RGB (Red+Green+Blue) = 51+217+232=500 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #33D9E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33D9E8 is #CC2617. Grayscale: #A8A8A8. Windows color (decimal): -13379096 or 15259955. OLE color: 15259955.
HSL color Cylindrical-coordinate representation of color #33D9E8: hue angle of 184.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33D9E8 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 217 | 232 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.09 |
| HSL | 184.97º | 0.8% | 0.55% | - |
| HSV(B) | 184.97º | 0.78% | 0.91% | - |
| XYZ | 40.74 | 56.16 | 85.04 | - |
| YUV | 169.08 | 163.5 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 232 | 0.78 | 0.06 | 0 | 0.09 | 184.97 | 0.8 | 0.55 |
| Hex | 33 | D9 | E8 | 4E | 6 | 0 | 9 | B9 | 50 | 37 |
| Octal | 63 | 331 | 350 | 116 | 6 | 0 | 11 | 271 | 120 | 67 |
| Binary | 110011 | 11011001 | 11101000 | 1001110 | 110 | 0 | 1001 | 10111001 | 1010000 | 110111 |
Color Harmonies of #33D9E8
Complementary color
Monochromatic Colors of #33D9E8
Black with #33D9E8
Text Example
Text Example
White with #33D9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D9E8; }
p { color: rgb(51,217,232); }
H1.HeaderClassName
{
color: #33D9E8;
}
.AnyTagClassName
{
color: #33D9E8;
}
</style>
background-color css
<style>
a { background-color: #33D9E8; }
a { background-color: rgb(51,217,232); }
div.DivClassName
{
background-color: #33D9E8;
}
.BgClassName
{
background-color: #33D9E8;
}
</style>
border-color css
<style>
span { border-color: #33D9E8; }
span { border-color: rgb(51,217,232); }
td.TdClassName
{
border-color: #33D9E8;
}
.TagClassName
{
border-color: #33D9E8;
}
</style>