Shades of Turquoise #42FADB
Tints of Turquoise #42FADB
RGB
CMYK
RGB Variations
Color information
#42FADB (or 0x42FADB) is known color: Turquoise. HEX triplet: 42, FA and DB. RGB value is (66,250,219). Sum of RGB (Red+Green+Blue) = 66+250+219=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #42FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FADB is #BD0524. Grayscale: #BFBFBF. Windows color (decimal): -12387621 or 14416450. OLE color: 14416450.
HSL color Cylindrical-coordinate representation of color #42FADB: hue angle of 169.89º 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 #42FADB is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 219 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.02 |
| HSL | 169.89º | 0.95% | 0.62% | - |
| HSV(B) | 169.89º | 0.74% | 0.98% | - |
| XYZ | 49.22 | 74.64 | 78.83 | - |
| YUV | 191.45 | 143.54 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 219 | 0.74 | 0 | 0.12 | 0.02 | 169.89 | 0.95 | 0.62 |
| Hex | 42 | FA | DB | 4A | 0 | C | 2 | AA | 5F | 3E |
| Octal | 102 | 372 | 333 | 112 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11011011 | 1001010 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #42FADB
Complementary color
Monochromatic Colors of #42FADB
Black with #42FADB
Text Example
Text Example
White with #42FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FADB; }
p { color: rgb(66,250,219); }
H1.HeaderClassName
{
color: #42FADB;
}
.AnyTagClassName
{
color: #42FADB;
}
</style>
background-color css
<style>
a { background-color: #42FADB; }
a { background-color: rgb(66,250,219); }
div.DivClassName
{
background-color: #42FADB;
}
.BgClassName
{
background-color: #42FADB;
}
</style>
border-color css
<style>
span { border-color: #42FADB; }
span { border-color: rgb(66,250,219); }
td.TdClassName
{
border-color: #42FADB;
}
.TagClassName
{
border-color: #42FADB;
}
</style>