Shades of Turquoise #42FEBD
Tints of Turquoise #42FEBD
RGB
CMYK
RGB Variations
Color information
#42FEBD (or 0x42FEBD) is known color: Turquoise. HEX triplet: 42, FE and BD. RGB value is (66,254,189). Sum of RGB (Red+Green+Blue) = 66+254+189=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEBD is #BD0142. Grayscale: #BEBEBE. Windows color (decimal): -12386627 or 12451394. OLE color: 12451394.
HSL color Cylindrical-coordinate representation of color #42FEBD: hue angle of 159.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FEBD is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 189 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.00 |
| HSL | 159.26º | 0.99% | 0.63% | - |
| HSV(B) | 159.26º | 0.74% | 1% | - |
| XYZ | 46.87 | 75.72 | 60.29 | - |
| YUV | 190.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 189 | 0.74 | 0 | 0.26 | 0.00 | 159.26 | 0.99 | 0.63 |
| Hex | 42 | FE | BD | 4A | 0 | 1A | 0 | 9F | 63 | 3F |
| Octal | 102 | 376 | 275 | 112 | 0 | 32 | 0 | 237 | 143 | 77 |
| Binary | 1000010 | 11111110 | 10111101 | 1001010 | 0 | 11010 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #42FEBD
Complementary color
Monochromatic Colors of #42FEBD
Black with #42FEBD
Text Example
Text Example
White with #42FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEBD; }
p { color: rgb(66,254,189); }
H1.HeaderClassName
{
color: #42FEBD;
}
.AnyTagClassName
{
color: #42FEBD;
}
</style>
background-color css
<style>
a { background-color: #42FEBD; }
a { background-color: rgb(66,254,189); }
div.DivClassName
{
background-color: #42FEBD;
}
.BgClassName
{
background-color: #42FEBD;
}
</style>
border-color css
<style>
span { border-color: #42FEBD; }
span { border-color: rgb(66,254,189); }
td.TdClassName
{
border-color: #42FEBD;
}
.TagClassName
{
border-color: #42FEBD;
}
</style>