Shades of Turquoise #33DBFB
Tints of Turquoise #33DBFB
RGB
CMYK
RGB Variations
Color information
#33DBFB (or 0x33DBFB) is known color: Turquoise. HEX triplet: 33, DB and FB. RGB value is (51,219,251). Sum of RGB (Red+Green+Blue) = 51+219+251=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #33DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBFB is #CC2404. Grayscale: #ACACAC. Windows color (decimal): -13378565 or 16505651. OLE color: 16505651.
HSL color Cylindrical-coordinate representation of color #33DBFB: hue angle of 189.6º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DBFB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 219 | 251 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.02 |
| HSL | 189.6º | 0.96% | 0.59% | - |
| HSV(B) | 189.6º | 0.8% | 0.98% | - |
| XYZ | 44.11 | 58.33 | 100.2 | - |
| YUV | 172.42 | 172.34 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 251 | 0.80 | 0.13 | 0 | 0.02 | 189.6 | 0.96 | 0.59 |
| Hex | 33 | DB | FB | 50 | D | 0 | 2 | BE | 60 | 3B |
| Octal | 63 | 333 | 373 | 120 | 15 | 0 | 2 | 276 | 140 | 73 |
| Binary | 110011 | 11011011 | 11111011 | 1010000 | 1101 | 0 | 10 | 10111110 | 1100000 | 111011 |
Color Harmonies of #33DBFB
Complementary color
Monochromatic Colors of #33DBFB
Black with #33DBFB
Text Example
Text Example
White with #33DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBFB; }
p { color: rgb(51,219,251); }
H1.HeaderClassName
{
color: #33DBFB;
}
.AnyTagClassName
{
color: #33DBFB;
}
</style>
background-color css
<style>
a { background-color: #33DBFB; }
a { background-color: rgb(51,219,251); }
div.DivClassName
{
background-color: #33DBFB;
}
.BgClassName
{
background-color: #33DBFB;
}
</style>
border-color css
<style>
span { border-color: #33DBFB; }
span { border-color: rgb(51,219,251); }
td.TdClassName
{
border-color: #33DBFB;
}
.TagClassName
{
border-color: #33DBFB;
}
</style>