Shades of Medium Turquoise #42CAB6
Tints of Medium Turquoise #42CAB6
RGB
CMYK
RGB Variations
Color information
#42CAB6 (or 0x42CAB6) is known color: Medium Turquoise. HEX triplet: 42, CA and B6. RGB value is (66,202,182). Sum of RGB (Red+Green+Blue) = 66+202+182=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CAB6 is #BD3549. Grayscale: #9F9F9F. Windows color (decimal): -12399946 or 11979330. OLE color: 11979330.
HSL color Cylindrical-coordinate representation of color #42CAB6: hue angle of 171.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CAB6 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 182 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.21 |
| HSL | 171.18º | 0.56% | 0.53% | - |
| HSV(B) | 171.18º | 0.67% | 0.79% | - |
| XYZ | 31.81 | 46.78 | 51.61 | - |
| YUV | 159.06 | 140.94 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 182 | 0.67 | 0 | 0.10 | 0.21 | 171.18 | 0.56 | 0.53 |
| Hex | 42 | CA | B6 | 43 | 0 | A | 15 | AB | 38 | 35 |
| Octal | 102 | 312 | 266 | 103 | 0 | 12 | 25 | 253 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10110110 | 1000011 | 0 | 1010 | 10101 | 10101011 | 111000 | 110101 |
Color Harmonies of #42CAB6
Complementary color
Monochromatic Colors of #42CAB6
Black with #42CAB6
Text Example
Text Example
White with #42CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CAB6; }
p { color: rgb(66,202,182); }
H1.HeaderClassName
{
color: #42CAB6;
}
.AnyTagClassName
{
color: #42CAB6;
}
</style>
background-color css
<style>
a { background-color: #42CAB6; }
a { background-color: rgb(66,202,182); }
div.DivClassName
{
background-color: #42CAB6;
}
.BgClassName
{
background-color: #42CAB6;
}
</style>
border-color css
<style>
span { border-color: #42CAB6; }
span { border-color: rgb(66,202,182); }
td.TdClassName
{
border-color: #42CAB6;
}
.TagClassName
{
border-color: #42CAB6;
}
</style>