Shades of Medium Turquoise #42CECB
Tints of Medium Turquoise #42CECB
RGB
CMYK
RGB Variations
Color information
#42CECB (or 0x42CECB) is known color: Medium Turquoise. HEX triplet: 42, CE and CB. RGB value is (66,206,203). Sum of RGB (Red+Green+Blue) = 66+206+203=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #42CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CECB is #BD3134. Grayscale: #A3A3A3. Windows color (decimal): -12398901 or 13356610. OLE color: 13356610.
HSL color Cylindrical-coordinate representation of color #42CECB: hue angle of 178.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CECB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 203 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.19 |
| HSL | 178.71º | 0.59% | 0.53% | - |
| HSV(B) | 178.71º | 0.68% | 0.81% | - |
| XYZ | 35.1 | 49.61 | 64.23 | - |
| YUV | 163.8 | 150.12 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 203 | 0.68 | 0 | 0.01 | 0.19 | 178.71 | 0.59 | 0.53 |
| Hex | 42 | CE | CB | 44 | 0 | 1 | 13 | B3 | 3B | 35 |
| Octal | 102 | 316 | 313 | 104 | 0 | 1 | 23 | 263 | 73 | 65 |
| Binary | 1000010 | 11001110 | 11001011 | 1000100 | 0 | 1 | 10011 | 10110011 | 111011 | 110101 |
Color Harmonies of #42CECB
Complementary color
Monochromatic Colors of #42CECB
Black with #42CECB
Text Example
Text Example
White with #42CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CECB; }
p { color: rgb(66,206,203); }
H1.HeaderClassName
{
color: #42CECB;
}
.AnyTagClassName
{
color: #42CECB;
}
</style>
background-color css
<style>
a { background-color: #42CECB; }
a { background-color: rgb(66,206,203); }
div.DivClassName
{
background-color: #42CECB;
}
.BgClassName
{
background-color: #42CECB;
}
</style>
border-color css
<style>
span { border-color: #42CECB; }
span { border-color: rgb(66,206,203); }
td.TdClassName
{
border-color: #42CECB;
}
.TagClassName
{
border-color: #42CECB;
}
</style>