Shades of Turquoise #42EABB
Tints of Turquoise #42EABB
RGB
CMYK
RGB Variations
Color information
#42EABB (or 0x42EABB) is known color: Turquoise. HEX triplet: 42, EA and BB. RGB value is (66,234,187). Sum of RGB (Red+Green+Blue) = 66+234+187=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #42EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EABB is #BD1544. Grayscale: #B2B2B2. Windows color (decimal): -12391749 or 12315202. OLE color: 12315202.
HSL color Cylindrical-coordinate representation of color #42EABB: hue angle of 163.21º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EABB is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 187 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.08 |
| HSL | 163.21º | 0.8% | 0.59% | - |
| HSV(B) | 163.21º | 0.72% | 0.92% | - |
| XYZ | 40.64 | 63.59 | 57.15 | - |
| YUV | 178.41 | 132.84 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 187 | 0.72 | 0 | 0.20 | 0.08 | 163.21 | 0.8 | 0.59 |
| Hex | 42 | EA | BB | 48 | 0 | 14 | 8 | A3 | 50 | 3B |
| Octal | 102 | 352 | 273 | 110 | 0 | 24 | 10 | 243 | 120 | 73 |
| Binary | 1000010 | 11101010 | 10111011 | 1001000 | 0 | 10100 | 1000 | 10100011 | 1010000 | 111011 |
Color Harmonies of #42EABB
Complementary color
Monochromatic Colors of #42EABB
Black with #42EABB
Text Example
Text Example
White with #42EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EABB; }
p { color: rgb(66,234,187); }
H1.HeaderClassName
{
color: #42EABB;
}
.AnyTagClassName
{
color: #42EABB;
}
</style>
background-color css
<style>
a { background-color: #42EABB; }
a { background-color: rgb(66,234,187); }
div.DivClassName
{
background-color: #42EABB;
}
.BgClassName
{
background-color: #42EABB;
}
</style>
border-color css
<style>
span { border-color: #42EABB; }
span { border-color: rgb(66,234,187); }
td.TdClassName
{
border-color: #42EABB;
}
.TagClassName
{
border-color: #42EABB;
}
</style>