Shades of Turquoise #33DFE9
Tints of Turquoise #33DFE9
RGB
CMYK
RGB Variations
Color information
#33DFE9 (or 0x33DFE9) is known color: Turquoise. HEX triplet: 33, DF and E9. RGB value is (51,223,233). Sum of RGB (Red+Green+Blue) = 51+223+233=507 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.06% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #33DFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFE9 is #CC2016. Grayscale: #ACACAC. Windows color (decimal): -13377559 or 15327027. OLE color: 15327027.
HSL color Cylindrical-coordinate representation of color #33DFE9: hue angle of 183.3º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DFE9 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 223 | 233 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.09 |
| HSL | 183.3º | 0.81% | 0.56% | - |
| HSV(B) | 183.3º | 0.78% | 0.91% | - |
| XYZ | 42.46 | 59.36 | 86.31 | - |
| YUV | 172.71 | 162.02 | 41.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 233 | 0.78 | 0.04 | 0 | 0.09 | 183.3 | 0.81 | 0.56 |
| Hex | 33 | DF | E9 | 4E | 4 | 0 | 9 | B7 | 51 | 38 |
| Octal | 63 | 337 | 351 | 116 | 4 | 0 | 11 | 267 | 121 | 70 |
| Binary | 110011 | 11011111 | 11101001 | 1001110 | 100 | 0 | 1001 | 10110111 | 1010001 | 111000 |
Color Harmonies of #33DFE9
Complementary color
Monochromatic Colors of #33DFE9
Black with #33DFE9
Text Example
Text Example
White with #33DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE9; }
p { color: rgb(51,223,233); }
H1.HeaderClassName
{
color: #33DFE9;
}
.AnyTagClassName
{
color: #33DFE9;
}
</style>
background-color css
<style>
a { background-color: #33DFE9; }
a { background-color: rgb(51,223,233); }
div.DivClassName
{
background-color: #33DFE9;
}
.BgClassName
{
background-color: #33DFE9;
}
</style>
border-color css
<style>
span { border-color: #33DFE9; }
span { border-color: rgb(51,223,233); }
td.TdClassName
{
border-color: #33DFE9;
}
.TagClassName
{
border-color: #33DFE9;
}
</style>