Shades of Medium Turquoise #42CFCA
Tints of Medium Turquoise #42CFCA
RGB
CMYK
RGB Variations
Color information
#42CFCA (or 0x42CFCA) is known color: Medium Turquoise. HEX triplet: 42, CF and CA. RGB value is (66,207,202). Sum of RGB (Red+Green+Blue) = 66+207+202=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFCA is #BD3035. Grayscale: #A4A4A4. Windows color (decimal): -12398646 or 13291330. OLE color: 13291330.
HSL color Cylindrical-coordinate representation of color #42CFCA: hue angle of 177.87º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFCA is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 202 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.19 |
| HSL | 177.87º | 0.59% | 0.54% | - |
| HSV(B) | 177.87º | 0.68% | 0.81% | - |
| XYZ | 35.22 | 50.05 | 63.68 | - |
| YUV | 164.27 | 149.29 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 202 | 0.68 | 0 | 0.02 | 0.19 | 177.87 | 0.59 | 0.54 |
| Hex | 42 | CF | CA | 44 | 0 | 2 | 13 | B2 | 3B | 36 |
| Octal | 102 | 317 | 312 | 104 | 0 | 2 | 23 | 262 | 73 | 66 |
| Binary | 1000010 | 11001111 | 11001010 | 1000100 | 0 | 10 | 10011 | 10110010 | 111011 | 110110 |
Color Harmonies of #42CFCA
Complementary color
Monochromatic Colors of #42CFCA
Black with #42CFCA
Text Example
Text Example
White with #42CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFCA; }
p { color: rgb(66,207,202); }
H1.HeaderClassName
{
color: #42CFCA;
}
.AnyTagClassName
{
color: #42CFCA;
}
</style>
background-color css
<style>
a { background-color: #42CFCA; }
a { background-color: rgb(66,207,202); }
div.DivClassName
{
background-color: #42CFCA;
}
.BgClassName
{
background-color: #42CFCA;
}
</style>
border-color css
<style>
span { border-color: #42CFCA; }
span { border-color: rgb(66,207,202); }
td.TdClassName
{
border-color: #42CFCA;
}
.TagClassName
{
border-color: #42CFCA;
}
</style>