Shades of Turquoise #42FAED
Tints of Turquoise #42FAED
RGB
CMYK
RGB Variations
Color information
#42FAED (or 0x42FAED) is known color: Turquoise. HEX triplet: 42, FA and ED. RGB value is (66,250,237). Sum of RGB (Red+Green+Blue) = 66+250+237=553 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.93% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FAED is #BD0512. Grayscale: #C1C1C1. Windows color (decimal): -12387603 or 15596098. OLE color: 15596098.
HSL color Cylindrical-coordinate representation of color #42FAED: hue angle of 175.76º 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 #42FAED is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 237 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.02 |
| HSL | 175.76º | 0.95% | 0.62% | - |
| HSV(B) | 175.76º | 0.74% | 0.98% | - |
| XYZ | 51.72 | 75.64 | 92 | - |
| YUV | 193.5 | 152.54 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 237 | 0.74 | 0 | 0.05 | 0.02 | 175.76 | 0.95 | 0.62 |
| Hex | 42 | FA | ED | 4A | 0 | 5 | 2 | B0 | 5F | 3E |
| Octal | 102 | 372 | 355 | 112 | 0 | 5 | 2 | 260 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11101101 | 1001010 | 0 | 101 | 10 | 10110000 | 1011111 | 111110 |
Color Harmonies of #42FAED
Complementary color
Monochromatic Colors of #42FAED
Black with #42FAED
Text Example
Text Example
White with #42FAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAED; }
p { color: rgb(66,250,237); }
H1.HeaderClassName
{
color: #42FAED;
}
.AnyTagClassName
{
color: #42FAED;
}
</style>
background-color css
<style>
a { background-color: #42FAED; }
a { background-color: rgb(66,250,237); }
div.DivClassName
{
background-color: #42FAED;
}
.BgClassName
{
background-color: #42FAED;
}
</style>
border-color css
<style>
span { border-color: #42FAED; }
span { border-color: rgb(66,250,237); }
td.TdClassName
{
border-color: #42FAED;
}
.TagClassName
{
border-color: #42FAED;
}
</style>