Shades of Turquoise #33DFE8
Tints of Turquoise #33DFE8
RGB
CMYK
RGB Variations
Color information
#33DFE8 (or 0x33DFE8) is known color: Turquoise. HEX triplet: 33, DF and E8. RGB value is (51,223,232). Sum of RGB (Red+Green+Blue) = 51+223+232=506 (67% of max value = 765). Red value is 51 (20.31% from 255 or 10.08% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #33DFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFE8 is #CC2017. Grayscale: #ACACAC. Windows color (decimal): -13377560 or 15261491. OLE color: 15261491.
HSL color Cylindrical-coordinate representation of color #33DFE8: hue angle of 182.98º degrees, saturation: 0.8, 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 #33DFE8 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 223 | 232 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.09 |
| HSL | 182.98º | 0.8% | 0.55% | - |
| HSV(B) | 182.98º | 0.78% | 0.91% | - |
| XYZ | 42.32 | 59.31 | 85.56 | - |
| YUV | 172.6 | 161.52 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 232 | 0.78 | 0.04 | 0 | 0.09 | 182.98 | 0.8 | 0.55 |
| Hex | 33 | DF | E8 | 4E | 4 | 0 | 9 | B7 | 50 | 37 |
| Octal | 63 | 337 | 350 | 116 | 4 | 0 | 11 | 267 | 120 | 67 |
| Binary | 110011 | 11011111 | 11101000 | 1001110 | 100 | 0 | 1001 | 10110111 | 1010000 | 110111 |
Color Harmonies of #33DFE8
Complementary color
Monochromatic Colors of #33DFE8
Black with #33DFE8
Text Example
Text Example
White with #33DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE8; }
p { color: rgb(51,223,232); }
H1.HeaderClassName
{
color: #33DFE8;
}
.AnyTagClassName
{
color: #33DFE8;
}
</style>
background-color css
<style>
a { background-color: #33DFE8; }
a { background-color: rgb(51,223,232); }
div.DivClassName
{
background-color: #33DFE8;
}
.BgClassName
{
background-color: #33DFE8;
}
</style>
border-color css
<style>
span { border-color: #33DFE8; }
span { border-color: rgb(51,223,232); }
td.TdClassName
{
border-color: #33DFE8;
}
.TagClassName
{
border-color: #33DFE8;
}
</style>