Shades of Turquoise #42EBB9
Tints of Turquoise #42EBB9
RGB
CMYK
RGB Variations
Color information
#42EBB9 (or 0x42EBB9) is known color: Turquoise. HEX triplet: 42, EB and B9. RGB value is (66,235,185). Sum of RGB (Red+Green+Blue) = 66+235+185=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 235 (92.19% from 255 or 48.35% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EBB9 is #BD1446. Grayscale: #B2B2B2. Windows color (decimal): -12391495 or 12184386. OLE color: 12184386.
HSL color Cylindrical-coordinate representation of color #42EBB9: hue angle of 162.25º degrees, saturation: 0.81, 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 #42EBB9 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 66 | 235 | 185 | - |
CMYK | 0.72 | 0 | 0.21 | 0.08 |
HSL | 162.25º | 0.81% | 0.59% | - |
HSV(B) | 162.25º | 0.72% | 0.92% | - |
XYZ | 40.71 | 64.08 | 56.12 | - |
YUV | 178.77 | 131.51 | 47.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 235 | 185 | 0.72 | 0 | 0.21 | 0.08 | 162.25 | 0.81 | 0.59 |
Hex | 42 | EB | B9 | 48 | 0 | 15 | 8 | A2 | 51 | 3B |
Octal | 102 | 353 | 271 | 110 | 0 | 25 | 10 | 242 | 121 | 73 |
Binary | 1000010 | 11101011 | 10111001 | 1001000 | 0 | 10101 | 1000 | 10100010 | 1010001 | 111011 |
Color Harmonies of #42EBB9
Complementary color
Monochromatic Colors of #42EBB9
Black with #42EBB9
Text Example
Text Example
White with #42EBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EBB9; }
p { color: rgb(66,235,185); }
H1.HeaderClassName
{
color: #42EBB9;
}
.AnyTagClassName
{
color: #42EBB9;
}
</style>
background-color css
<style>
a { background-color: #42EBB9; }
a { background-color: rgb(66,235,185); }
div.DivClassName
{
background-color: #42EBB9;
}
.BgClassName
{
background-color: #42EBB9;
}
</style>
border-color css
<style>
span { border-color: #42EBB9; }
span { border-color: rgb(66,235,185); }
td.TdClassName
{
border-color: #42EBB9;
}
.TagClassName
{
border-color: #42EBB9;
}
</style>