Shades of Medium Turquoise #42C6D1
Tints of Medium Turquoise #42C6D1
RGB
CMYK
RGB Variations
Color information
#42C6D1 (or 0x42C6D1) is known color: Medium Turquoise. HEX triplet: 42, C6 and D1. RGB value is (66,198,209). Sum of RGB (Red+Green+Blue) = 66+198+209=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #42C6D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C6D1 is #BD392E. Grayscale: #9F9F9F. Windows color (decimal): -12400943 or 13747778. OLE color: 13747778.
HSL color Cylindrical-coordinate representation of color #42C6D1: hue angle of 184.62º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42C6D1 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 198 | 209 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.18 |
| HSL | 184.62º | 0.61% | 0.54% | - |
| HSV(B) | 184.62º | 0.68% | 0.82% | - |
| XYZ | 33.95 | 46.15 | 67.44 | - |
| YUV | 159.79 | 155.77 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 209 | 0.68 | 0.05 | 0 | 0.18 | 184.62 | 0.61 | 0.54 |
| Hex | 42 | C6 | D1 | 44 | 5 | 0 | 12 | B9 | 3D | 36 |
| Octal | 102 | 306 | 321 | 104 | 5 | 0 | 22 | 271 | 75 | 66 |
| Binary | 1000010 | 11000110 | 11010001 | 1000100 | 101 | 0 | 10010 | 10111001 | 111101 | 110110 |
Color Harmonies of #42C6D1
Complementary color
Monochromatic Colors of #42C6D1
Black with #42C6D1
Text Example
Text Example
White with #42C6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C6D1; }
p { color: rgb(66,198,209); }
H1.HeaderClassName
{
color: #42C6D1;
}
.AnyTagClassName
{
color: #42C6D1;
}
</style>
background-color css
<style>
a { background-color: #42C6D1; }
a { background-color: rgb(66,198,209); }
div.DivClassName
{
background-color: #42C6D1;
}
.BgClassName
{
background-color: #42C6D1;
}
</style>
border-color css
<style>
span { border-color: #42C6D1; }
span { border-color: rgb(66,198,209); }
td.TdClassName
{
border-color: #42C6D1;
}
.TagClassName
{
border-color: #42C6D1;
}
</style>