Shades of Turquoise #33DBF5
Tints of Turquoise #33DBF5
RGB
CMYK
RGB Variations
Color information
#33DBF5 (or 0x33DBF5) is known color: Turquoise. HEX triplet: 33, DB and F5. RGB value is (51,219,245). Sum of RGB (Red+Green+Blue) = 51+219+245=515 (68% of max value = 765). Red value is 51 (20.31% from 255 or 9.90% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #33DBF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBF5 is #CC240A. Grayscale: #ABABAB. Windows color (decimal): -13378571 or 16112435. OLE color: 16112435.
HSL color Cylindrical-coordinate representation of color #33DBF5: hue angle of 188.04º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DBF5 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 219 | 245 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.04 |
| HSL | 188.04º | 0.91% | 0.58% | - |
| HSV(B) | 188.04º | 0.79% | 0.96% | - |
| XYZ | 43.18 | 57.96 | 95.3 | - |
| YUV | 171.73 | 169.34 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 245 | 0.79 | 0.11 | 0 | 0.04 | 188.04 | 0.91 | 0.58 |
| Hex | 33 | DB | F5 | 4F | B | 0 | 4 | BC | 5B | 3A |
| Octal | 63 | 333 | 365 | 117 | 13 | 0 | 4 | 274 | 133 | 72 |
| Binary | 110011 | 11011011 | 11110101 | 1001111 | 1011 | 0 | 100 | 10111100 | 1011011 | 111010 |
Color Harmonies of #33DBF5
Complementary color
Monochromatic Colors of #33DBF5
Black with #33DBF5
Text Example
Text Example
White with #33DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBF5; }
p { color: rgb(51,219,245); }
H1.HeaderClassName
{
color: #33DBF5;
}
.AnyTagClassName
{
color: #33DBF5;
}
</style>
background-color css
<style>
a { background-color: #33DBF5; }
a { background-color: rgb(51,219,245); }
div.DivClassName
{
background-color: #33DBF5;
}
.BgClassName
{
background-color: #33DBF5;
}
</style>
border-color css
<style>
span { border-color: #33DBF5; }
span { border-color: rgb(51,219,245); }
td.TdClassName
{
border-color: #33DBF5;
}
.TagClassName
{
border-color: #33DBF5;
}
</style>