Shades of Turquoise #42FAC8
Tints of Turquoise #42FAC8
RGB
CMYK
RGB Variations
Color information
#42FAC8 (or 0x42FAC8) is known color: Turquoise. HEX triplet: 42, FA and C8. RGB value is (66,250,200). Sum of RGB (Red+Green+Blue) = 66+250+200=516 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.79% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FAC8 is #BD0537. Grayscale: #BDBDBD. Windows color (decimal): -12387640 or 13171266. OLE color: 13171266.
HSL color Cylindrical-coordinate representation of color #42FAC8: hue angle of 163.7º 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 #42FAC8 is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 200 | - |
| CMYK | 0.74 | 0 | 0.2 | 0.02 |
| HSL | 163.7º | 0.95% | 0.62% | - |
| HSV(B) | 163.7º | 0.74% | 0.98% | - |
| XYZ | 46.86 | 73.7 | 66.4 | - |
| YUV | 189.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 200 | 0.74 | 0 | 0.2 | 0.02 | 163.7 | 0.95 | 0.62 |
| Hex | 42 | FA | C8 | 4A | 0 | 14 | 2 | A4 | 5F | 3E |
| Octal | 102 | 372 | 310 | 112 | 0 | 24 | 2 | 244 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11001000 | 1001010 | 0 | 10100 | 10 | 10100100 | 1011111 | 111110 |
Color Harmonies of #42FAC8
Complementary color
Monochromatic Colors of #42FAC8
Black with #42FAC8
Text Example
Text Example
White with #42FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAC8; }
p { color: rgb(66,250,200); }
H1.HeaderClassName
{
color: #42FAC8;
}
.AnyTagClassName
{
color: #42FAC8;
}
</style>
background-color css
<style>
a { background-color: #42FAC8; }
a { background-color: rgb(66,250,200); }
div.DivClassName
{
background-color: #42FAC8;
}
.BgClassName
{
background-color: #42FAC8;
}
</style>
border-color css
<style>
span { border-color: #42FAC8; }
span { border-color: rgb(66,250,200); }
td.TdClassName
{
border-color: #42FAC8;
}
.TagClassName
{
border-color: #42FAC8;
}
</style>