Shades of Turquoise #33DFE4
Tints of Turquoise #33DFE4
RGB
CMYK
RGB Variations
Color information
#33DFE4 (or 0x33DFE4) is known color: Turquoise. HEX triplet: 33, DF and E4. RGB value is (51,223,228). Sum of RGB (Red+Green+Blue) = 51+223+228=502 (66% of max value = 765). Red value is 51 (20.31% from 255 or 10.16% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #33DFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33DFE4 is #CC201B. Grayscale: #ABABAB. Windows color (decimal): -13377564 or 14999347. OLE color: 14999347.
HSL color Cylindrical-coordinate representation of color #33DFE4: hue angle of 181.69º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33DFE4 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 51 | 223 | 228 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.11 |
| HSL | 181.69º | 0.77% | 0.55% | - |
| HSV(B) | 181.69º | 0.78% | 0.89% | - |
| XYZ | 41.76 | 59.08 | 82.6 | - |
| YUV | 172.14 | 159.52 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 228 | 0.78 | 0.02 | 0 | 0.11 | 181.69 | 0.77 | 0.55 |
| Hex | 33 | DF | E4 | 4E | 2 | 0 | B | B6 | 4D | 37 |
| Octal | 63 | 337 | 344 | 116 | 2 | 0 | 13 | 266 | 115 | 67 |
| Binary | 110011 | 11011111 | 11100100 | 1001110 | 10 | 0 | 1011 | 10110110 | 1001101 | 110111 |
Color Harmonies of #33DFE4
Complementary color
Monochromatic Colors of #33DFE4
Black with #33DFE4
Text Example
Text Example
White with #33DFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFE4; }
p { color: rgb(51,223,228); }
H1.HeaderClassName
{
color: #33DFE4;
}
.AnyTagClassName
{
color: #33DFE4;
}
</style>
background-color css
<style>
a { background-color: #33DFE4; }
a { background-color: rgb(51,223,228); }
div.DivClassName
{
background-color: #33DFE4;
}
.BgClassName
{
background-color: #33DFE4;
}
</style>
border-color css
<style>
span { border-color: #33DFE4; }
span { border-color: rgb(51,223,228); }
td.TdClassName
{
border-color: #33DFE4;
}
.TagClassName
{
border-color: #33DFE4;
}
</style>