Shades of Medium Turquoise #42C8CA
Tints of Medium Turquoise #42C8CA
RGB
CMYK
RGB Variations
Color information
#42C8CA (or 0x42C8CA) is known color: Medium Turquoise. HEX triplet: 42, C8 and CA. RGB value is (66,200,202). Sum of RGB (Red+Green+Blue) = 66+200+202=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #42C8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C8CA is #BD3735. Grayscale: #A0A0A0. Windows color (decimal): -12400438 or 13289538. OLE color: 13289538.
HSL color Cylindrical-coordinate representation of color #42C8CA: hue angle of 180.88º 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 #42C8CA is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 200 | 202 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.21 |
| HSL | 180.88º | 0.56% | 0.53% | - |
| HSV(B) | 180.88º | 0.67% | 0.79% | - |
| XYZ | 33.56 | 46.73 | 63.13 | - |
| YUV | 160.16 | 151.61 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 202 | 0.67 | 0.01 | 0 | 0.21 | 180.88 | 0.56 | 0.53 |
| Hex | 42 | C8 | CA | 43 | 1 | 0 | 15 | B5 | 38 | 35 |
| Octal | 102 | 310 | 312 | 103 | 1 | 0 | 25 | 265 | 70 | 65 |
| Binary | 1000010 | 11001000 | 11001010 | 1000011 | 1 | 0 | 10101 | 10110101 | 111000 | 110101 |
Color Harmonies of #42C8CA
Complementary color
Monochromatic Colors of #42C8CA
Black with #42C8CA
Text Example
Text Example
White with #42C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C8CA; }
p { color: rgb(66,200,202); }
H1.HeaderClassName
{
color: #42C8CA;
}
.AnyTagClassName
{
color: #42C8CA;
}
</style>
background-color css
<style>
a { background-color: #42C8CA; }
a { background-color: rgb(66,200,202); }
div.DivClassName
{
background-color: #42C8CA;
}
.BgClassName
{
background-color: #42C8CA;
}
</style>
border-color css
<style>
span { border-color: #42C8CA; }
span { border-color: rgb(66,200,202); }
td.TdClassName
{
border-color: #42C8CA;
}
.TagClassName
{
border-color: #42C8CA;
}
</style>