Shades of Turquoise #33DDEF
Tints of Turquoise #33DDEF
RGB
CMYK
RGB Variations
Color information
#33DDEF (or 0x33DDEF) is known color: Turquoise. HEX triplet: 33, DD and EF. RGB value is (51,221,239). Sum of RGB (Red+Green+Blue) = 51+221+239=511 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.98% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #33DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DDEF is #CC2210. Grayscale: #ABABAB. Windows color (decimal): -13378065 or 15719731. OLE color: 15719731.
HSL color Cylindrical-coordinate representation of color #33DDEF: hue angle of 185.74º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DDEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 221 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 185.74º | 0.85% | 0.57% | - |
| HSV(B) | 185.74º | 0.79% | 0.94% | - |
| XYZ | 42.8 | 58.65 | 90.73 | - |
| YUV | 172.22 | 165.68 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 239 | 0.79 | 0.08 | 0 | 0.06 | 185.74 | 0.85 | 0.57 |
| Hex | 33 | DD | EF | 4F | 8 | 0 | 6 | BA | 55 | 39 |
| Octal | 63 | 335 | 357 | 117 | 10 | 0 | 6 | 272 | 125 | 71 |
| Binary | 110011 | 11011101 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010101 | 111001 |
Color Harmonies of #33DDEF
Complementary color
Monochromatic Colors of #33DDEF
Black with #33DDEF
Text Example
Text Example
White with #33DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDEF; }
p { color: rgb(51,221,239); }
H1.HeaderClassName
{
color: #33DDEF;
}
.AnyTagClassName
{
color: #33DDEF;
}
</style>
background-color css
<style>
a { background-color: #33DDEF; }
a { background-color: rgb(51,221,239); }
div.DivClassName
{
background-color: #33DDEF;
}
.BgClassName
{
background-color: #33DDEF;
}
</style>
border-color css
<style>
span { border-color: #33DDEF; }
span { border-color: rgb(51,221,239); }
td.TdClassName
{
border-color: #33DDEF;
}
.TagClassName
{
border-color: #33DDEF;
}
</style>