Shades of Turquoise #42FFB3
Tints of Turquoise #42FFB3
RGB
CMYK
RGB Variations
Color information
#42FFB3 (or 0x42FFB3) is known color: Turquoise. HEX triplet: 42, FF and B3. RGB value is (66,255,179). Sum of RGB (Red+Green+Blue) = 66+255+179=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFB3 is #BD004C. Grayscale: #BDBDBD. Windows color (decimal): -12386381 or 11796290. OLE color: 11796290.
HSL color Cylindrical-coordinate representation of color #42FFB3: hue angle of 155.87º 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 #42FFB3 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 179 | - |
| CMYK | 0.74 | 0 | 0.30 | 0 |
| HSL | 155.87º | 1% | 0.63% | - |
| HSV(B) | 155.87º | 0.74% | 1% | - |
| XYZ | 46.14 | 75.93 | 54.87 | - |
| YUV | 189.83 | 121.88 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 179 | 0.74 | 0 | 0.30 | 0 | 155.87 | 1 | 0.63 |
| Hex | 42 | FF | B3 | 4A | 0 | 1E | 0 | 9C | 64 | 3F |
| Octal | 102 | 377 | 263 | 112 | 0 | 36 | 0 | 234 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10110011 | 1001010 | 0 | 11110 | 0 | 10011100 | 1100100 | 111111 |
Color Harmonies of #42FFB3
Complementary color
Monochromatic Colors of #42FFB3
Black with #42FFB3
Text Example
Text Example
White with #42FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFB3; }
p { color: rgb(66,255,179); }
H1.HeaderClassName
{
color: #42FFB3;
}
.AnyTagClassName
{
color: #42FFB3;
}
</style>
background-color css
<style>
a { background-color: #42FFB3; }
a { background-color: rgb(66,255,179); }
div.DivClassName
{
background-color: #42FFB3;
}
.BgClassName
{
background-color: #42FFB3;
}
</style>
border-color css
<style>
span { border-color: #42FFB3; }
span { border-color: rgb(66,255,179); }
td.TdClassName
{
border-color: #42FFB3;
}
.TagClassName
{
border-color: #42FFB3;
}
</style>