Shades of Turquoise #33DFE7
Tints of Turquoise #33DFE7
RGB
CMYK
RGB Variations
Color information
#33DFE7 (or 0x33DFE7) is known color: Turquoise. HEX triplet: 33, DF and E7. RGB value is (51,223,231). Sum of RGB (Red+Green+Blue) = 51+223+231=505 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.10% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #33DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFE7 is #CC2018. Grayscale: #ACACAC. Windows color (decimal): -13377561 or 15195955. OLE color: 15195955.
HSL color Cylindrical-coordinate representation of color #33DFE7: hue angle of 182.67º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DFE7 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 223 | 231 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.09 |
| HSL | 182.67º | 0.79% | 0.55% | - |
| HSV(B) | 182.67º | 0.78% | 0.91% | - |
| XYZ | 42.18 | 59.25 | 84.81 | - |
| YUV | 172.48 | 161.02 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 231 | 0.78 | 0.03 | 0 | 0.09 | 182.67 | 0.79 | 0.55 |
| Hex | 33 | DF | E7 | 4E | 3 | 0 | 9 | B7 | 4F | 37 |
| Octal | 63 | 337 | 347 | 116 | 3 | 0 | 11 | 267 | 117 | 67 |
| Binary | 110011 | 11011111 | 11100111 | 1001110 | 11 | 0 | 1001 | 10110111 | 1001111 | 110111 |
Color Harmonies of #33DFE7
Complementary color
Monochromatic Colors of #33DFE7
Black with #33DFE7
Text Example
Text Example
White with #33DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE7; }
p { color: rgb(51,223,231); }
H1.HeaderClassName
{
color: #33DFE7;
}
.AnyTagClassName
{
color: #33DFE7;
}
</style>
background-color css
<style>
a { background-color: #33DFE7; }
a { background-color: rgb(51,223,231); }
div.DivClassName
{
background-color: #33DFE7;
}
.BgClassName
{
background-color: #33DFE7;
}
</style>
border-color css
<style>
span { border-color: #33DFE7; }
span { border-color: rgb(51,223,231); }
td.TdClassName
{
border-color: #33DFE7;
}
.TagClassName
{
border-color: #33DFE7;
}
</style>