Shades of Turquoise #42FACD
Tints of Turquoise #42FACD
RGB
CMYK
RGB Variations
Color information
#42FACD (or 0x42FACD) is known color: Turquoise. HEX triplet: 42, FA and CD. RGB value is (66,250,205). Sum of RGB (Red+Green+Blue) = 66+250+205=521 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.67% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #42FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FACD is #BD0532. Grayscale: #BDBDBD. Windows color (decimal): -12387635 or 13498946. OLE color: 13498946.
HSL color Cylindrical-coordinate representation of color #42FACD: hue angle of 165.33º 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 #42FACD is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 205 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.02 |
| HSL | 165.33º | 0.95% | 0.62% | - |
| HSV(B) | 165.33º | 0.74% | 0.98% | - |
| XYZ | 47.45 | 73.94 | 69.53 | - |
| YUV | 189.85 | 136.54 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 205 | 0.74 | 0 | 0.18 | 0.02 | 165.33 | 0.95 | 0.62 |
| Hex | 42 | FA | CD | 4A | 0 | 12 | 2 | A5 | 5F | 3E |
| Octal | 102 | 372 | 315 | 112 | 0 | 22 | 2 | 245 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11001101 | 1001010 | 0 | 10010 | 10 | 10100101 | 1011111 | 111110 |
Color Harmonies of #42FACD
Complementary color
Monochromatic Colors of #42FACD
Black with #42FACD
Text Example
Text Example
White with #42FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FACD; }
p { color: rgb(66,250,205); }
H1.HeaderClassName
{
color: #42FACD;
}
.AnyTagClassName
{
color: #42FACD;
}
</style>
background-color css
<style>
a { background-color: #42FACD; }
a { background-color: rgb(66,250,205); }
div.DivClassName
{
background-color: #42FACD;
}
.BgClassName
{
background-color: #42FACD;
}
</style>
border-color css
<style>
span { border-color: #42FACD; }
span { border-color: rgb(66,250,205); }
td.TdClassName
{
border-color: #42FACD;
}
.TagClassName
{
border-color: #42FACD;
}
</style>