Shades of Turquoise #42F9DC
Tints of Turquoise #42F9DC
RGB
CMYK
RGB Variations
Color information
#42F9DC (or 0x42F9DC) is known color: Turquoise. HEX triplet: 42, F9 and DC. RGB value is (66,249,220). Sum of RGB (Red+Green+Blue) = 66+249+220=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #42F9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F9DC is #BD0623. Grayscale: #BEBEBE. Windows color (decimal): -12387876 or 14481730. OLE color: 14481730.
HSL color Cylindrical-coordinate representation of color #42F9DC: hue angle of 170.49º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F9DC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 220 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.02 |
| HSL | 170.49º | 0.94% | 0.62% | - |
| HSV(B) | 170.49º | 0.73% | 0.98% | - |
| XYZ | 49.04 | 74.08 | 79.42 | - |
| YUV | 190.98 | 144.37 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 220 | 0.73 | 0 | 0.12 | 0.02 | 170.49 | 0.94 | 0.62 |
| Hex | 42 | F9 | DC | 49 | 0 | C | 2 | AA | 5E | 3E |
| Octal | 102 | 371 | 334 | 111 | 0 | 14 | 2 | 252 | 136 | 76 |
| Binary | 1000010 | 11111001 | 11011100 | 1001001 | 0 | 1100 | 10 | 10101010 | 1011110 | 111110 |
Color Harmonies of #42F9DC
Complementary color
Monochromatic Colors of #42F9DC
Black with #42F9DC
Text Example
Text Example
White with #42F9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F9DC; }
p { color: rgb(66,249,220); }
H1.HeaderClassName
{
color: #42F9DC;
}
.AnyTagClassName
{
color: #42F9DC;
}
</style>
background-color css
<style>
a { background-color: #42F9DC; }
a { background-color: rgb(66,249,220); }
div.DivClassName
{
background-color: #42F9DC;
}
.BgClassName
{
background-color: #42F9DC;
}
</style>
border-color css
<style>
span { border-color: #42F9DC; }
span { border-color: rgb(66,249,220); }
td.TdClassName
{
border-color: #42F9DC;
}
.TagClassName
{
border-color: #42F9DC;
}
</style>