Shades of Medium Turquoise #42D8C4
Tints of Medium Turquoise #42D8C4
RGB
CMYK
RGB Variations
Color information
#42D8C4 (or 0x42D8C4) is known color: Medium Turquoise. HEX triplet: 42, D8 and C4. RGB value is (66,216,196). Sum of RGB (Red+Green+Blue) = 66+216+196=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8C4 is #BD273B. Grayscale: #A8A8A8. Windows color (decimal): -12396348 or 12900418. OLE color: 12900418.
HSL color Cylindrical-coordinate representation of color #42D8C4: hue angle of 172º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D8C4 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 196 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.15 |
| HSL | 172º | 0.66% | 0.55% | - |
| HSV(B) | 172º | 0.69% | 0.85% | - |
| XYZ | 36.77 | 54.26 | 60.76 | - |
| YUV | 168.87 | 143.31 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 196 | 0.69 | 0 | 0.09 | 0.15 | 172 | 0.66 | 0.55 |
| Hex | 42 | D8 | C4 | 45 | 0 | 9 | F | AC | 42 | 37 |
| Octal | 102 | 330 | 304 | 105 | 0 | 11 | 17 | 254 | 102 | 67 |
| Binary | 1000010 | 11011000 | 11000100 | 1000101 | 0 | 1001 | 1111 | 10101100 | 1000010 | 110111 |
Color Harmonies of #42D8C4
Complementary color
Monochromatic Colors of #42D8C4
Black with #42D8C4
Text Example
Text Example
White with #42D8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8C4; }
p { color: rgb(66,216,196); }
H1.HeaderClassName
{
color: #42D8C4;
}
.AnyTagClassName
{
color: #42D8C4;
}
</style>
background-color css
<style>
a { background-color: #42D8C4; }
a { background-color: rgb(66,216,196); }
div.DivClassName
{
background-color: #42D8C4;
}
.BgClassName
{
background-color: #42D8C4;
}
</style>
border-color css
<style>
span { border-color: #42D8C4; }
span { border-color: rgb(66,216,196); }
td.TdClassName
{
border-color: #42D8C4;
}
.TagClassName
{
border-color: #42D8C4;
}
</style>