Shades of Turquoise #33DBF1
Tints of Turquoise #33DBF1
RGB
CMYK
RGB Variations
Color information
#33DBF1 (or 0x33DBF1) is known color: Turquoise. HEX triplet: 33, DB and F1. RGB value is (51,219,241). Sum of RGB (Red+Green+Blue) = 51+219+241=511 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.98% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #33DBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DBF1 is #CC240E. Grayscale: #ABABAB. Windows color (decimal): -13378575 or 15850291. OLE color: 15850291.
HSL color Cylindrical-coordinate representation of color #33DBF1: hue angle of 186.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DBF1 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 219 | 241 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.05 |
| HSL | 186.95º | 0.87% | 0.57% | - |
| HSV(B) | 186.95º | 0.79% | 0.95% | - |
| XYZ | 42.57 | 57.72 | 92.12 | - |
| YUV | 171.28 | 167.34 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 219 | 241 | 0.79 | 0.09 | 0 | 0.05 | 186.95 | 0.87 | 0.57 |
| Hex | 33 | DB | F1 | 4F | 9 | 0 | 5 | BB | 57 | 39 |
| Octal | 63 | 333 | 361 | 117 | 11 | 0 | 5 | 273 | 127 | 71 |
| Binary | 110011 | 11011011 | 11110001 | 1001111 | 1001 | 0 | 101 | 10111011 | 1010111 | 111001 |
Color Harmonies of #33DBF1
Complementary color
Monochromatic Colors of #33DBF1
Black with #33DBF1
Text Example
Text Example
White with #33DBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DBF1; }
p { color: rgb(51,219,241); }
H1.HeaderClassName
{
color: #33DBF1;
}
.AnyTagClassName
{
color: #33DBF1;
}
</style>
background-color css
<style>
a { background-color: #33DBF1; }
a { background-color: rgb(51,219,241); }
div.DivClassName
{
background-color: #33DBF1;
}
.BgClassName
{
background-color: #33DBF1;
}
</style>
border-color css
<style>
span { border-color: #33DBF1; }
span { border-color: rgb(51,219,241); }
td.TdClassName
{
border-color: #33DBF1;
}
.TagClassName
{
border-color: #33DBF1;
}
</style>