Shades of Turquoise #42FEBF
Tints of Turquoise #42FEBF
RGB
CMYK
RGB Variations
Color information
#42FEBF (or 0x42FEBF) is known color: Turquoise. HEX triplet: 42, FE and BF. RGB value is (66,254,191). Sum of RGB (Red+Green+Blue) = 66+254+191=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #42FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FEBF is #BD0140. Grayscale: #BEBEBE. Windows color (decimal): -12386625 or 12582466. OLE color: 12582466.
HSL color Cylindrical-coordinate representation of color #42FEBF: hue angle of 159.89º 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 #42FEBF is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 254 | 191 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.00 |
| HSL | 159.89º | 0.99% | 0.63% | - |
| HSV(B) | 159.89º | 0.74% | 1% | - |
| XYZ | 47.09 | 75.8 | 61.44 | - |
| YUV | 190.61 | 128.22 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 254 | 191 | 0.74 | 0 | 0.25 | 0.00 | 159.89 | 0.99 | 0.63 |
| Hex | 42 | FE | BF | 4A | 0 | 19 | 0 | A0 | 63 | 3F |
| Octal | 102 | 376 | 277 | 112 | 0 | 31 | 0 | 240 | 143 | 77 |
| Binary | 1000010 | 11111110 | 10111111 | 1001010 | 0 | 11001 | 0 | 10100000 | 1100011 | 111111 |
Color Harmonies of #42FEBF
Complementary color
Monochromatic Colors of #42FEBF
Black with #42FEBF
Text Example
Text Example
White with #42FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FEBF; }
p { color: rgb(66,254,191); }
H1.HeaderClassName
{
color: #42FEBF;
}
.AnyTagClassName
{
color: #42FEBF;
}
</style>
background-color css
<style>
a { background-color: #42FEBF; }
a { background-color: rgb(66,254,191); }
div.DivClassName
{
background-color: #42FEBF;
}
.BgClassName
{
background-color: #42FEBF;
}
</style>
border-color css
<style>
span { border-color: #42FEBF; }
span { border-color: rgb(66,254,191); }
td.TdClassName
{
border-color: #42FEBF;
}
.TagClassName
{
border-color: #42FEBF;
}
</style>