Shades of Turquoise #33FCDF
Tints of Turquoise #33FCDF
RGB
CMYK
RGB Variations
Color information
#33FCDF (or 0x33FCDF) is known color: Turquoise. HEX triplet: 33, FC and DF. RGB value is (51,252,223). Sum of RGB (Red+Green+Blue) = 51+252+223=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #33FCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FCDF is #CC0320. Grayscale: #BCBCBC. Windows color (decimal): -13370145 or 14679091. OLE color: 14679091.
HSL color Cylindrical-coordinate representation of color #33FCDF: hue angle of 171.34º 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 #33FCDF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 252 | 223 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.01 |
| HSL | 171.34º | 0.97% | 0.59% | - |
| HSV(B) | 171.34º | 0.8% | 0.99% | - |
| XYZ | 49.49 | 75.65 | 81.81 | - |
| YUV | 188.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 252 | 223 | 0.80 | 0 | 0.12 | 0.01 | 171.34 | 0.97 | 0.59 |
| Hex | 33 | FC | DF | 50 | 0 | C | 1 | AB | 61 | 3B |
| Octal | 63 | 374 | 337 | 120 | 0 | 14 | 1 | 253 | 141 | 73 |
| Binary | 110011 | 11111100 | 11011111 | 1010000 | 0 | 1100 | 1 | 10101011 | 1100001 | 111011 |
Color Harmonies of #33FCDF
Complementary color
Monochromatic Colors of #33FCDF
Black with #33FCDF
Text Example
Text Example
White with #33FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FCDF; }
p { color: rgb(51,252,223); }
H1.HeaderClassName
{
color: #33FCDF;
}
.AnyTagClassName
{
color: #33FCDF;
}
</style>
background-color css
<style>
a { background-color: #33FCDF; }
a { background-color: rgb(51,252,223); }
div.DivClassName
{
background-color: #33FCDF;
}
.BgClassName
{
background-color: #33FCDF;
}
</style>
border-color css
<style>
span { border-color: #33FCDF; }
span { border-color: rgb(51,252,223); }
td.TdClassName
{
border-color: #33FCDF;
}
.TagClassName
{
border-color: #33FCDF;
}
</style>