Shades of Turquoise #33DFFC
Tints of Turquoise #33DFFC
RGB
CMYK
RGB Variations
Color information
#33DFFC (or 0x33DFFC) is known color: Turquoise. HEX triplet: 33, DF and FC. RGB value is (51,223,252). Sum of RGB (Red+Green+Blue) = 51+223+252=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #33DFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DFFC is #CC2003. Grayscale: #AEAEAE. Windows color (decimal): -13377540 or 16572211. OLE color: 16572211.
HSL color Cylindrical-coordinate representation of color #33DFFC: hue angle of 188.66º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DFFC is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 223 | 252 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.01 |
| HSL | 188.66º | 0.97% | 0.59% | - |
| HSV(B) | 188.66º | 0.8% | 0.99% | - |
| XYZ | 45.32 | 60.51 | 101.39 | - |
| YUV | 174.88 | 171.52 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 252 | 0.80 | 0.12 | 0 | 0.01 | 188.66 | 0.97 | 0.59 |
| Hex | 33 | DF | FC | 50 | C | 0 | 1 | BD | 61 | 3B |
| Octal | 63 | 337 | 374 | 120 | 14 | 0 | 1 | 275 | 141 | 73 |
| Binary | 110011 | 11011111 | 11111100 | 1010000 | 1100 | 0 | 1 | 10111101 | 1100001 | 111011 |
Color Harmonies of #33DFFC
Complementary color
Monochromatic Colors of #33DFFC
Black with #33DFFC
Text Example
Text Example
White with #33DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DFFC; }
p { color: rgb(51,223,252); }
H1.HeaderClassName
{
color: #33DFFC;
}
.AnyTagClassName
{
color: #33DFFC;
}
</style>
background-color css
<style>
a { background-color: #33DFFC; }
a { background-color: rgb(51,223,252); }
div.DivClassName
{
background-color: #33DFFC;
}
.BgClassName
{
background-color: #33DFFC;
}
</style>
border-color css
<style>
span { border-color: #33DFFC; }
span { border-color: rgb(51,223,252); }
td.TdClassName
{
border-color: #33DFFC;
}
.TagClassName
{
border-color: #33DFFC;
}
</style>