Shades of Medium Turquoise #42D7C5
Tints of Medium Turquoise #42D7C5
RGB
CMYK
RGB Variations
Color information
#42D7C5 (or 0x42D7C5) is known color: Medium Turquoise. HEX triplet: 42, D7 and C5. RGB value is (66,215,197). Sum of RGB (Red+Green+Blue) = 66+215+197=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D7C5 is #BD283A. Grayscale: #A8A8A8. Windows color (decimal): -12396603 or 12965698. OLE color: 12965698.
HSL color Cylindrical-coordinate representation of color #42D7C5: hue angle of 172.75º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D7C5 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 197 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.16 |
| HSL | 172.75º | 0.65% | 0.55% | - |
| HSV(B) | 172.75º | 0.69% | 0.84% | - |
| XYZ | 36.63 | 53.79 | 61.28 | - |
| YUV | 168.4 | 144.14 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 197 | 0.69 | 0 | 0.08 | 0.16 | 172.75 | 0.65 | 0.55 |
| Hex | 42 | D7 | C5 | 45 | 0 | 8 | 10 | AD | 41 | 37 |
| Octal | 102 | 327 | 305 | 105 | 0 | 10 | 20 | 255 | 101 | 67 |
| Binary | 1000010 | 11010111 | 11000101 | 1000101 | 0 | 1000 | 10000 | 10101101 | 1000001 | 110111 |
Color Harmonies of #42D7C5
Complementary color
Monochromatic Colors of #42D7C5
Black with #42D7C5
Text Example
Text Example
White with #42D7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D7C5; }
p { color: rgb(66,215,197); }
H1.HeaderClassName
{
color: #42D7C5;
}
.AnyTagClassName
{
color: #42D7C5;
}
</style>
background-color css
<style>
a { background-color: #42D7C5; }
a { background-color: rgb(66,215,197); }
div.DivClassName
{
background-color: #42D7C5;
}
.BgClassName
{
background-color: #42D7C5;
}
</style>
border-color css
<style>
span { border-color: #42D7C5; }
span { border-color: rgb(66,215,197); }
td.TdClassName
{
border-color: #42D7C5;
}
.TagClassName
{
border-color: #42D7C5;
}
</style>