Shades of Turquoise #33DFE5
Tints of Turquoise #33DFE5
RGB
CMYK
RGB Variations
Color information
#33DFE5 (or 0x33DFE5) is known color: Turquoise. HEX triplet: 33, DF and E5. RGB value is (51,223,229). Sum of RGB (Red+Green+Blue) = 51+223+229=503 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.14% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #33DFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFE5 is #CC201A. Grayscale: #ACACAC. Windows color (decimal): -13377563 or 15064883. OLE color: 15064883.
HSL color Cylindrical-coordinate representation of color #33DFE5: hue angle of 182.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DFE5 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 223 | 229 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.10 |
| HSL | 182.02º | 0.77% | 0.55% | - |
| HSV(B) | 182.02º | 0.78% | 0.9% | - |
| XYZ | 41.9 | 59.14 | 83.34 | - |
| YUV | 172.26 | 160.02 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 229 | 0.78 | 0.03 | 0 | 0.10 | 182.02 | 0.77 | 0.55 |
| Hex | 33 | DF | E5 | 4E | 3 | 0 | A | B6 | 4D | 37 |
| Octal | 63 | 337 | 345 | 116 | 3 | 0 | 12 | 266 | 115 | 67 |
| Binary | 110011 | 11011111 | 11100101 | 1001110 | 11 | 0 | 1010 | 10110110 | 1001101 | 110111 |
Color Harmonies of #33DFE5
Complementary color
Monochromatic Colors of #33DFE5
Black with #33DFE5
Text Example
Text Example
White with #33DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE5; }
p { color: rgb(51,223,229); }
H1.HeaderClassName
{
color: #33DFE5;
}
.AnyTagClassName
{
color: #33DFE5;
}
</style>
background-color css
<style>
a { background-color: #33DFE5; }
a { background-color: rgb(51,223,229); }
div.DivClassName
{
background-color: #33DFE5;
}
.BgClassName
{
background-color: #33DFE5;
}
</style>
border-color css
<style>
span { border-color: #33DFE5; }
span { border-color: rgb(51,223,229); }
td.TdClassName
{
border-color: #33DFE5;
}
.TagClassName
{
border-color: #33DFE5;
}
</style>