Shades of Turquoise #33DFFE
Tints of Turquoise #33DFFE
RGB
CMYK
RGB Variations
Color information
#33DFFE (or 0x33DFFE) is known color: Turquoise. HEX triplet: 33, DF and FE. RGB value is (51,223,254). Sum of RGB (Red+Green+Blue) = 51+223+254=528 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.66% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #33DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFFE is #CC2001. Grayscale: #AEAEAE. Windows color (decimal): -13377538 or 16703283. OLE color: 16703283.
HSL color Cylindrical-coordinate representation of color #33DFFE: hue angle of 189.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DFFE is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 223 | 254 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.00 |
| HSL | 189.16º | 0.99% | 0.6% | - |
| HSV(B) | 189.16º | 0.8% | 1% | - |
| XYZ | 45.64 | 60.63 | 103.06 | - |
| YUV | 175.11 | 172.52 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 254 | 0.80 | 0.12 | 0 | 0.00 | 189.16 | 0.99 | 0.6 |
| Hex | 33 | DF | FE | 50 | C | 0 | 0 | BD | 63 | 3C |
| Octal | 63 | 337 | 376 | 120 | 14 | 0 | 0 | 275 | 143 | 74 |
| Binary | 110011 | 11011111 | 11111110 | 1010000 | 1100 | 0 | 0 | 10111101 | 1100011 | 111100 |
Color Harmonies of #33DFFE
Complementary color
Monochromatic Colors of #33DFFE
Black with #33DFFE
Text Example
Text Example
White with #33DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFFE; }
p { color: rgb(51,223,254); }
H1.HeaderClassName
{
color: #33DFFE;
}
.AnyTagClassName
{
color: #33DFFE;
}
</style>
background-color css
<style>
a { background-color: #33DFFE; }
a { background-color: rgb(51,223,254); }
div.DivClassName
{
background-color: #33DFFE;
}
.BgClassName
{
background-color: #33DFFE;
}
</style>
border-color css
<style>
span { border-color: #33DFFE; }
span { border-color: rgb(51,223,254); }
td.TdClassName
{
border-color: #33DFFE;
}
.TagClassName
{
border-color: #33DFFE;
}
</style>