Shades of Turquoise #33DDFF
Tints of Turquoise #33DDFF
RGB
CMYK
RGB Variations
Color information
#33DDFF (or 0x33DDFF) is known color: Turquoise. HEX triplet: 33, DD and FF. RGB value is (51,221,255). Sum of RGB (Red+Green+Blue) = 51+221+255=527 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.68% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #33DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DDFF is #CC2200. Grayscale: #ADADAD. Windows color (decimal): -13378049 or 16768307. OLE color: 16768307.
HSL color Cylindrical-coordinate representation of color #33DDFF: hue angle of 190º 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 #33DDFF is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 221 | 255 | - |
| CMYK | 0.8 | 0.13 | 0 | 0 |
| HSL | 190º | 1% | 0.6% | - |
| HSV(B) | 190º | 0.8% | 1% | - |
| XYZ | 45.27 | 59.64 | 103.73 | - |
| YUV | 174.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 221 | 255 | 0.8 | 0.13 | 0 | 0 | 190 | 1 | 0.6 |
| Hex | 33 | DD | FF | 50 | D | 0 | 0 | BE | 64 | 3C |
| Octal | 63 | 335 | 377 | 120 | 15 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110011 | 11011101 | 11111111 | 1010000 | 1101 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #33DDFF
Complementary color
Monochromatic Colors of #33DDFF
Black with #33DDFF
Text Example
Text Example
White with #33DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DDFF; }
p { color: rgb(51,221,255); }
H1.HeaderClassName
{
color: #33DDFF;
}
.AnyTagClassName
{
color: #33DDFF;
}
</style>
background-color css
<style>
a { background-color: #33DDFF; }
a { background-color: rgb(51,221,255); }
div.DivClassName
{
background-color: #33DDFF;
}
.BgClassName
{
background-color: #33DDFF;
}
</style>
border-color css
<style>
span { border-color: #33DDFF; }
span { border-color: rgb(51,221,255); }
td.TdClassName
{
border-color: #33DDFF;
}
.TagClassName
{
border-color: #33DDFF;
}
</style>