Shades of Turquoise #42FFB0
Tints of Turquoise #42FFB0
RGB
CMYK
RGB Variations
Color information
#42FFB0 (or 0x42FFB0) is known color: Turquoise. HEX triplet: 42, FF and B0. RGB value is (66,255,176). Sum of RGB (Red+Green+Blue) = 66+255+176=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FFB0 is #BD004F. Grayscale: #BDBDBD. Windows color (decimal): -12386384 or 11599682. OLE color: 11599682.
HSL color Cylindrical-coordinate representation of color #42FFB0: hue angle of 154.92º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFB0 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 176 | - |
| CMYK | 0.74 | 0 | 0.31 | 0 |
| HSL | 154.92º | 1% | 0.63% | - |
| HSV(B) | 154.92º | 0.74% | 1% | - |
| XYZ | 45.84 | 75.81 | 53.29 | - |
| YUV | 189.48 | 120.38 | 39.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 176 | 0.74 | 0 | 0.31 | 0 | 154.92 | 1 | 0.63 |
| Hex | 42 | FF | B0 | 4A | 0 | 1F | 0 | 9B | 64 | 3F |
| Octal | 102 | 377 | 260 | 112 | 0 | 37 | 0 | 233 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10110000 | 1001010 | 0 | 11111 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #42FFB0
Complementary color
Monochromatic Colors of #42FFB0
Black with #42FFB0
Text Example
Text Example
White with #42FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFB0; }
p { color: rgb(66,255,176); }
H1.HeaderClassName
{
color: #42FFB0;
}
.AnyTagClassName
{
color: #42FFB0;
}
</style>
background-color css
<style>
a { background-color: #42FFB0; }
a { background-color: rgb(66,255,176); }
div.DivClassName
{
background-color: #42FFB0;
}
.BgClassName
{
background-color: #42FFB0;
}
</style>
border-color css
<style>
span { border-color: #42FFB0; }
span { border-color: rgb(66,255,176); }
td.TdClassName
{
border-color: #42FFB0;
}
.TagClassName
{
border-color: #42FFB0;
}
</style>