Shades of Turquoise #42FACC
Tints of Turquoise #42FACC
RGB
CMYK
RGB Variations
Color information
#42FACC (or 0x42FACC) is known color: Turquoise. HEX triplet: 42, FA and CC. RGB value is (66,250,204). Sum of RGB (Red+Green+Blue) = 66+250+204=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #42FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FACC is #BD0533. Grayscale: #BDBDBD. Windows color (decimal): -12387636 or 13433410. OLE color: 13433410.
HSL color Cylindrical-coordinate representation of color #42FACC: hue angle of 165º 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 #42FACC is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 204 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.02 |
| HSL | 165º | 0.95% | 0.62% | - |
| HSV(B) | 165º | 0.74% | 0.98% | - |
| XYZ | 47.33 | 73.89 | 68.89 | - |
| YUV | 189.74 | 136.04 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 204 | 0.74 | 0 | 0.18 | 0.02 | 165 | 0.95 | 0.62 |
| Hex | 42 | FA | CC | 4A | 0 | 12 | 2 | A5 | 5F | 3E |
| Octal | 102 | 372 | 314 | 112 | 0 | 22 | 2 | 245 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11001100 | 1001010 | 0 | 10010 | 10 | 10100101 | 1011111 | 111110 |
Color Harmonies of #42FACC
Complementary color
Monochromatic Colors of #42FACC
Black with #42FACC
Text Example
Text Example
White with #42FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FACC; }
p { color: rgb(66,250,204); }
H1.HeaderClassName
{
color: #42FACC;
}
.AnyTagClassName
{
color: #42FACC;
}
</style>
background-color css
<style>
a { background-color: #42FACC; }
a { background-color: rgb(66,250,204); }
div.DivClassName
{
background-color: #42FACC;
}
.BgClassName
{
background-color: #42FACC;
}
</style>
border-color css
<style>
span { border-color: #42FACC; }
span { border-color: rgb(66,250,204); }
td.TdClassName
{
border-color: #42FACC;
}
.TagClassName
{
border-color: #42FACC;
}
</style>