Shades of Medium Turquoise #42CDBE
Tints of Medium Turquoise #42CDBE
RGB
CMYK
RGB Variations
Color information
#42CDBE (or 0x42CDBE) is known color: Medium Turquoise. HEX triplet: 42, CD and BE. RGB value is (66,205,190). Sum of RGB (Red+Green+Blue) = 66+205+190=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDBE is #BD3241. Grayscale: #A1A1A1. Windows color (decimal): -12399170 or 12504386. OLE color: 12504386.
HSL color Cylindrical-coordinate representation of color #42CDBE: hue angle of 173.53º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CDBE is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 190 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.20 |
| HSL | 173.53º | 0.58% | 0.53% | - |
| HSV(B) | 173.53º | 0.68% | 0.8% | - |
| XYZ | 33.37 | 48.54 | 56.33 | - |
| YUV | 161.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 190 | 0.68 | 0 | 0.07 | 0.20 | 173.53 | 0.58 | 0.53 |
| Hex | 42 | CD | BE | 44 | 0 | 7 | 14 | AE | 3A | 35 |
| Octal | 102 | 315 | 276 | 104 | 0 | 7 | 24 | 256 | 72 | 65 |
| Binary | 1000010 | 11001101 | 10111110 | 1000100 | 0 | 111 | 10100 | 10101110 | 111010 | 110101 |
Color Harmonies of #42CDBE
Complementary color
Monochromatic Colors of #42CDBE
Black with #42CDBE
Text Example
Text Example
White with #42CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDBE; }
p { color: rgb(66,205,190); }
H1.HeaderClassName
{
color: #42CDBE;
}
.AnyTagClassName
{
color: #42CDBE;
}
</style>
background-color css
<style>
a { background-color: #42CDBE; }
a { background-color: rgb(66,205,190); }
div.DivClassName
{
background-color: #42CDBE;
}
.BgClassName
{
background-color: #42CDBE;
}
</style>
border-color css
<style>
span { border-color: #42CDBE; }
span { border-color: rgb(66,205,190); }
td.TdClassName
{
border-color: #42CDBE;
}
.TagClassName
{
border-color: #42CDBE;
}
</style>