Shades of Turquoise #42FADC
Tints of Turquoise #42FADC
RGB
CMYK
RGB Variations
Color information
#42FADC (or 0x42FADC) is known color: Turquoise. HEX triplet: 42, FA and DC. RGB value is (66,250,220). Sum of RGB (Red+Green+Blue) = 66+250+220=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #42FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FADC is #BD0523. Grayscale: #BFBFBF. Windows color (decimal): -12387620 or 14481986. OLE color: 14481986.
HSL color Cylindrical-coordinate representation of color #42FADC: hue angle of 170.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FADC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 220 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.02 |
| HSL | 170.22º | 0.95% | 0.62% | - |
| HSV(B) | 170.22º | 0.74% | 0.98% | - |
| XYZ | 49.35 | 74.7 | 79.53 | - |
| YUV | 191.56 | 144.04 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 220 | 0.74 | 0 | 0.12 | 0.02 | 170.22 | 0.95 | 0.62 |
| Hex | 42 | FA | DC | 4A | 0 | C | 2 | AA | 5F | 3E |
| Octal | 102 | 372 | 334 | 112 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11011100 | 1001010 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #42FADC
Complementary color
Monochromatic Colors of #42FADC
Black with #42FADC
Text Example
Text Example
White with #42FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FADC; }
p { color: rgb(66,250,220); }
H1.HeaderClassName
{
color: #42FADC;
}
.AnyTagClassName
{
color: #42FADC;
}
</style>
background-color css
<style>
a { background-color: #42FADC; }
a { background-color: rgb(66,250,220); }
div.DivClassName
{
background-color: #42FADC;
}
.BgClassName
{
background-color: #42FADC;
}
</style>
border-color css
<style>
span { border-color: #42FADC; }
span { border-color: rgb(66,250,220); }
td.TdClassName
{
border-color: #42FADC;
}
.TagClassName
{
border-color: #42FADC;
}
</style>