Shades of Turquoise #42FAC7
Tints of Turquoise #42FAC7
RGB
CMYK
RGB Variations
Color information
#42FAC7 (or 0x42FAC7) is known color: Turquoise. HEX triplet: 42, FA and C7. RGB value is (66,250,199). Sum of RGB (Red+Green+Blue) = 66+250+199=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FAC7 is #BD0538. Grayscale: #BDBDBD. Windows color (decimal): -12387641 or 13105730. OLE color: 13105730.
HSL color Cylindrical-coordinate representation of color #42FAC7: hue angle of 163.37º 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 #42FAC7 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 199 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.02 |
| HSL | 163.37º | 0.95% | 0.62% | - |
| HSV(B) | 163.37º | 0.74% | 0.98% | - |
| XYZ | 46.74 | 73.65 | 65.79 | - |
| YUV | 189.17 | 133.54 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 199 | 0.74 | 0 | 0.20 | 0.02 | 163.37 | 0.95 | 0.62 |
| Hex | 42 | FA | C7 | 4A | 0 | 14 | 2 | A3 | 5F | 3E |
| Octal | 102 | 372 | 307 | 112 | 0 | 24 | 2 | 243 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11000111 | 1001010 | 0 | 10100 | 10 | 10100011 | 1011111 | 111110 |
Color Harmonies of #42FAC7
Complementary color
Monochromatic Colors of #42FAC7
Black with #42FAC7
Text Example
Text Example
White with #42FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAC7; }
p { color: rgb(66,250,199); }
H1.HeaderClassName
{
color: #42FAC7;
}
.AnyTagClassName
{
color: #42FAC7;
}
</style>
background-color css
<style>
a { background-color: #42FAC7; }
a { background-color: rgb(66,250,199); }
div.DivClassName
{
background-color: #42FAC7;
}
.BgClassName
{
background-color: #42FAC7;
}
</style>
border-color css
<style>
span { border-color: #42FAC7; }
span { border-color: rgb(66,250,199); }
td.TdClassName
{
border-color: #42FAC7;
}
.TagClassName
{
border-color: #42FAC7;
}
</style>