Shades of Medium Turquoise #42D7CF
Tints of Medium Turquoise #42D7CF
RGB
CMYK
RGB Variations
Color information
#42D7CF (or 0x42D7CF) is known color: Medium Turquoise. HEX triplet: 42, D7 and CF. RGB value is (66,215,207). Sum of RGB (Red+Green+Blue) = 66+215+207=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D7CF is #BD2830. Grayscale: #A9A9A9. Windows color (decimal): -12396593 or 13621058. OLE color: 13621058.
HSL color Cylindrical-coordinate representation of color #42D7CF: hue angle of 176.78º 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 #42D7CF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 207 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.16 |
| HSL | 176.78º | 0.65% | 0.55% | - |
| HSV(B) | 176.78º | 0.69% | 0.84% | - |
| XYZ | 37.81 | 54.26 | 67.51 | - |
| YUV | 169.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 207 | 0.69 | 0 | 0.04 | 0.16 | 176.78 | 0.65 | 0.55 |
| Hex | 42 | D7 | CF | 45 | 0 | 4 | 10 | B1 | 41 | 37 |
| Octal | 102 | 327 | 317 | 105 | 0 | 4 | 20 | 261 | 101 | 67 |
| Binary | 1000010 | 11010111 | 11001111 | 1000101 | 0 | 100 | 10000 | 10110001 | 1000001 | 110111 |
Color Harmonies of #42D7CF
Complementary color
Monochromatic Colors of #42D7CF
Black with #42D7CF
Text Example
Text Example
White with #42D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D7CF; }
p { color: rgb(66,215,207); }
H1.HeaderClassName
{
color: #42D7CF;
}
.AnyTagClassName
{
color: #42D7CF;
}
</style>
background-color css
<style>
a { background-color: #42D7CF; }
a { background-color: rgb(66,215,207); }
div.DivClassName
{
background-color: #42D7CF;
}
.BgClassName
{
background-color: #42D7CF;
}
</style>
border-color css
<style>
span { border-color: #42D7CF; }
span { border-color: rgb(66,215,207); }
td.TdClassName
{
border-color: #42D7CF;
}
.TagClassName
{
border-color: #42D7CF;
}
</style>