Shades of Medium Turquoise #42CCBD
Tints of Medium Turquoise #42CCBD
RGB
CMYK
RGB Variations
Color information
#42CCBD (or 0x42CCBD) is known color: Medium Turquoise. HEX triplet: 42, CC and BD. RGB value is (66,204,189). Sum of RGB (Red+Green+Blue) = 66+204+189=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCBD is #BD3342. Grayscale: #A0A0A0. Windows color (decimal): -12399427 or 12438594. OLE color: 12438594.
HSL color Cylindrical-coordinate representation of color #42CCBD: hue angle of 173.48º degrees, saturation: 0.57, 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 #42CCBD is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 204 | 189 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.2 |
| HSL | 173.48º | 0.58% | 0.53% | - |
| HSV(B) | 173.48º | 0.68% | 0.8% | - |
| XYZ | 33.02 | 48.02 | 55.67 | - |
| YUV | 161.03 | 143.78 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 189 | 0.68 | 0 | 0.07 | 0.2 | 173.48 | 0.58 | 0.53 |
| Hex | 42 | CC | BD | 44 | 0 | 7 | 14 | AD | 3A | 35 |
| Octal | 102 | 314 | 275 | 104 | 0 | 7 | 24 | 255 | 72 | 65 |
| Binary | 1000010 | 11001100 | 10111101 | 1000100 | 0 | 111 | 10100 | 10101101 | 111010 | 110101 |
Color Harmonies of #42CCBD
Complementary color
Monochromatic Colors of #42CCBD
Black with #42CCBD
Text Example
Text Example
White with #42CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCBD; }
p { color: rgb(66,204,189); }
H1.HeaderClassName
{
color: #42CCBD;
}
.AnyTagClassName
{
color: #42CCBD;
}
</style>
background-color css
<style>
a { background-color: #42CCBD; }
a { background-color: rgb(66,204,189); }
div.DivClassName
{
background-color: #42CCBD;
}
.BgClassName
{
background-color: #42CCBD;
}
</style>
border-color css
<style>
span { border-color: #42CCBD; }
span { border-color: rgb(66,204,189); }
td.TdClassName
{
border-color: #42CCBD;
}
.TagClassName
{
border-color: #42CCBD;
}
</style>