Shades of Medium Turquoise #42CFB2
Tints of Medium Turquoise #42CFB2
RGB
CMYK
RGB Variations
Color information
#42CFB2 (or 0x42CFB2) is known color: Medium Turquoise. HEX triplet: 42, CF and B2. RGB value is (66,207,178). Sum of RGB (Red+Green+Blue) = 66+207+178=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CFB2 is #BD304D. Grayscale: #A1A1A1. Windows color (decimal): -12398670 or 11718466. OLE color: 11718466.
HSL color Cylindrical-coordinate representation of color #42CFB2: hue angle of 167.66º 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 #42CFB2 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 178 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.19 |
| HSL | 167.66º | 0.59% | 0.54% | - |
| HSV(B) | 167.66º | 0.68% | 0.81% | - |
| XYZ | 32.6 | 49 | 49.86 | - |
| YUV | 161.54 | 137.29 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 178 | 0.68 | 0 | 0.14 | 0.19 | 167.66 | 0.59 | 0.54 |
| Hex | 42 | CF | B2 | 44 | 0 | E | 13 | A8 | 3B | 36 |
| Octal | 102 | 317 | 262 | 104 | 0 | 16 | 23 | 250 | 73 | 66 |
| Binary | 1000010 | 11001111 | 10110010 | 1000100 | 0 | 1110 | 10011 | 10101000 | 111011 | 110110 |
Color Harmonies of #42CFB2
Complementary color
Monochromatic Colors of #42CFB2
Black with #42CFB2
Text Example
Text Example
White with #42CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFB2; }
p { color: rgb(66,207,178); }
H1.HeaderClassName
{
color: #42CFB2;
}
.AnyTagClassName
{
color: #42CFB2;
}
</style>
background-color css
<style>
a { background-color: #42CFB2; }
a { background-color: rgb(66,207,178); }
div.DivClassName
{
background-color: #42CFB2;
}
.BgClassName
{
background-color: #42CFB2;
}
</style>
border-color css
<style>
span { border-color: #42CFB2; }
span { border-color: rgb(66,207,178); }
td.TdClassName
{
border-color: #42CFB2;
}
.TagClassName
{
border-color: #42CFB2;
}
</style>