Shades of Turquoise #33FADC
Tints of Turquoise #33FADC
RGB
CMYK
RGB Variations
Color information
#33FADC (or 0x33FADC) is known color: Turquoise. HEX triplet: 33, FA and DC. RGB value is (51,250,220). Sum of RGB (Red+Green+Blue) = 51+250+220=521 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.79% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #33FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33FADC is #CC0523. Grayscale: #BBBBBB. Windows color (decimal): -13370660 or 14481971. OLE color: 14481971.
HSL color Cylindrical-coordinate representation of color #33FADC: hue angle of 170.95º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FADC is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 250 | 220 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.02 |
| HSL | 170.95º | 0.95% | 0.59% | - |
| HSV(B) | 170.95º | 0.8% | 0.98% | - |
| XYZ | 48.47 | 74.24 | 79.49 | - |
| YUV | 187.08 | 146.57 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 250 | 220 | 0.80 | 0 | 0.12 | 0.02 | 170.95 | 0.95 | 0.59 |
| Hex | 33 | FA | DC | 50 | 0 | C | 2 | AB | 5F | 3B |
| Octal | 63 | 372 | 334 | 120 | 0 | 14 | 2 | 253 | 137 | 73 |
| Binary | 110011 | 11111010 | 11011100 | 1010000 | 0 | 1100 | 10 | 10101011 | 1011111 | 111011 |
Color Harmonies of #33FADC
Complementary color
Monochromatic Colors of #33FADC
Black with #33FADC
Text Example
Text Example
White with #33FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FADC; }
p { color: rgb(51,250,220); }
H1.HeaderClassName
{
color: #33FADC;
}
.AnyTagClassName
{
color: #33FADC;
}
</style>
background-color css
<style>
a { background-color: #33FADC; }
a { background-color: rgb(51,250,220); }
div.DivClassName
{
background-color: #33FADC;
}
.BgClassName
{
background-color: #33FADC;
}
</style>
border-color css
<style>
span { border-color: #33FADC; }
span { border-color: rgb(51,250,220); }
td.TdClassName
{
border-color: #33FADC;
}
.TagClassName
{
border-color: #33FADC;
}
</style>