Shades of Medium Turquoise #42CAC7
Tints of Medium Turquoise #42CAC7
RGB
CMYK
RGB Variations
Color information
#42CAC7 (or 0x42CAC7) is known color: Medium Turquoise. HEX triplet: 42, CA and C7. RGB value is (66,202,199). Sum of RGB (Red+Green+Blue) = 66+202+199=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CAC7 is #BD3538. Grayscale: #A0A0A0. Windows color (decimal): -12399929 or 13093442. OLE color: 13093442.
HSL color Cylindrical-coordinate representation of color #42CAC7: hue angle of 178.68º 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 #42CAC7 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 199 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.21 |
| HSL | 178.68º | 0.56% | 0.53% | - |
| HSV(B) | 178.68º | 0.67% | 0.79% | - |
| XYZ | 33.68 | 47.52 | 61.43 | - |
| YUV | 160.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 199 | 0.67 | 0 | 0.01 | 0.21 | 178.68 | 0.56 | 0.53 |
| Hex | 42 | CA | C7 | 43 | 0 | 1 | 15 | B3 | 38 | 35 |
| Octal | 102 | 312 | 307 | 103 | 0 | 1 | 25 | 263 | 70 | 65 |
| Binary | 1000010 | 11001010 | 11000111 | 1000011 | 0 | 1 | 10101 | 10110011 | 111000 | 110101 |
Color Harmonies of #42CAC7
Complementary color
Monochromatic Colors of #42CAC7
Black with #42CAC7
Text Example
Text Example
White with #42CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CAC7; }
p { color: rgb(66,202,199); }
H1.HeaderClassName
{
color: #42CAC7;
}
.AnyTagClassName
{
color: #42CAC7;
}
</style>
background-color css
<style>
a { background-color: #42CAC7; }
a { background-color: rgb(66,202,199); }
div.DivClassName
{
background-color: #42CAC7;
}
.BgClassName
{
background-color: #42CAC7;
}
</style>
border-color css
<style>
span { border-color: #42CAC7; }
span { border-color: rgb(66,202,199); }
td.TdClassName
{
border-color: #42CAC7;
}
.TagClassName
{
border-color: #42CAC7;
}
</style>