Shades of Turquoise #33DFE1
Tints of Turquoise #33DFE1
RGB
CMYK
RGB Variations
Color information
#33DFE1 (or 0x33DFE1) is known color: Turquoise. HEX triplet: 33, DF and E1. RGB value is (51,223,225). Sum of RGB (Red+Green+Blue) = 51+223+225=499 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.22% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #33DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFE1 is #CC201E. Grayscale: #ABABAB. Windows color (decimal): -13377567 or 14802739. OLE color: 14802739.
HSL color Cylindrical-coordinate representation of color #33DFE1: hue angle of 180.69º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DFE1 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 223 | 225 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.12 |
| HSL | 180.69º | 0.74% | 0.54% | - |
| HSV(B) | 180.69º | 0.77% | 0.88% | - |
| XYZ | 41.34 | 58.92 | 80.43 | - |
| YUV | 171.8 | 158.02 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 225 | 0.77 | 0.01 | 0 | 0.12 | 180.69 | 0.74 | 0.54 |
| Hex | 33 | DF | E1 | 4D | 1 | 0 | C | B5 | 4A | 36 |
| Octal | 63 | 337 | 341 | 115 | 1 | 0 | 14 | 265 | 112 | 66 |
| Binary | 110011 | 11011111 | 11100001 | 1001101 | 1 | 0 | 1100 | 10110101 | 1001010 | 110110 |
Color Harmonies of #33DFE1
Complementary color
Monochromatic Colors of #33DFE1
Black with #33DFE1
Text Example
Text Example
White with #33DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE1; }
p { color: rgb(51,223,225); }
H1.HeaderClassName
{
color: #33DFE1;
}
.AnyTagClassName
{
color: #33DFE1;
}
</style>
background-color css
<style>
a { background-color: #33DFE1; }
a { background-color: rgb(51,223,225); }
div.DivClassName
{
background-color: #33DFE1;
}
.BgClassName
{
background-color: #33DFE1;
}
</style>
border-color css
<style>
span { border-color: #33DFE1; }
span { border-color: rgb(51,223,225); }
td.TdClassName
{
border-color: #33DFE1;
}
.TagClassName
{
border-color: #33DFE1;
}
</style>