Shades of Turquoise #33DBFE
Tints of Turquoise #33DBFE
RGB
CMYK
RGB Variations
Color information
#33DBFE (or 0x33DBFE) is known color: Turquoise. HEX triplet: 33, DB and FE. RGB value is (51,219,254). Sum of RGB (Red+Green+Blue) = 51+219+254=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #33DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBFE is #CC2401. Grayscale: #ACACAC. Windows color (decimal): -13378562 or 16702259. OLE color: 16702259.
HSL color Cylindrical-coordinate representation of color #33DBFE: hue angle of 190.34º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DBFE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 219 | 254 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.00 |
| HSL | 190.34º | 0.99% | 0.6% | - |
| HSV(B) | 190.34º | 0.8% | 1% | - |
| XYZ | 44.59 | 58.52 | 102.71 | - |
| YUV | 172.76 | 173.84 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 254 | 0.80 | 0.14 | 0 | 0.00 | 190.34 | 0.99 | 0.6 |
| Hex | 33 | DB | FE | 50 | E | 0 | 0 | BE | 63 | 3C |
| Octal | 63 | 333 | 376 | 120 | 16 | 0 | 0 | 276 | 143 | 74 |
| Binary | 110011 | 11011011 | 11111110 | 1010000 | 1110 | 0 | 0 | 10111110 | 1100011 | 111100 |
Color Harmonies of #33DBFE
Complementary color
Monochromatic Colors of #33DBFE
Black with #33DBFE
Text Example
Text Example
White with #33DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBFE; }
p { color: rgb(51,219,254); }
H1.HeaderClassName
{
color: #33DBFE;
}
.AnyTagClassName
{
color: #33DBFE;
}
</style>
background-color css
<style>
a { background-color: #33DBFE; }
a { background-color: rgb(51,219,254); }
div.DivClassName
{
background-color: #33DBFE;
}
.BgClassName
{
background-color: #33DBFE;
}
</style>
border-color css
<style>
span { border-color: #33DBFE; }
span { border-color: rgb(51,219,254); }
td.TdClassName
{
border-color: #33DBFE;
}
.TagClassName
{
border-color: #33DBFE;
}
</style>