Shades of Turquoise #42DAC1
Tints of Turquoise #42DAC1
RGB
CMYK
RGB Variations
Color information
#42DAC1 (or 0x42DAC1) is known color: Turquoise. HEX triplet: 42, DA and C1. RGB value is (66,218,193). Sum of RGB (Red+Green+Blue) = 66+218+193=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #42DAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DAC1 is #BD253E. Grayscale: #A9A9A9. Windows color (decimal): -12395839 or 12704322. OLE color: 12704322.
HSL color Cylindrical-coordinate representation of color #42DAC1: hue angle of 170.13º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DAC1 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 193 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.15 |
| HSL | 170.13º | 0.67% | 0.56% | - |
| HSV(B) | 170.13º | 0.7% | 0.85% | - |
| XYZ | 36.94 | 55.15 | 59.15 | - |
| YUV | 169.7 | 141.14 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 193 | 0.70 | 0 | 0.11 | 0.15 | 170.13 | 0.67 | 0.56 |
| Hex | 42 | DA | C1 | 46 | 0 | B | F | AA | 43 | 38 |
| Octal | 102 | 332 | 301 | 106 | 0 | 13 | 17 | 252 | 103 | 70 |
| Binary | 1000010 | 11011010 | 11000001 | 1000110 | 0 | 1011 | 1111 | 10101010 | 1000011 | 111000 |
Color Harmonies of #42DAC1
Complementary color
Monochromatic Colors of #42DAC1
Black with #42DAC1
Text Example
Text Example
White with #42DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DAC1; }
p { color: rgb(66,218,193); }
H1.HeaderClassName
{
color: #42DAC1;
}
.AnyTagClassName
{
color: #42DAC1;
}
</style>
background-color css
<style>
a { background-color: #42DAC1; }
a { background-color: rgb(66,218,193); }
div.DivClassName
{
background-color: #42DAC1;
}
.BgClassName
{
background-color: #42DAC1;
}
</style>
border-color css
<style>
span { border-color: #42DAC1; }
span { border-color: rgb(66,218,193); }
td.TdClassName
{
border-color: #42DAC1;
}
.TagClassName
{
border-color: #42DAC1;
}
</style>