Shades of Turquoise #42F7BB
Tints of Turquoise #42F7BB
RGB
CMYK
RGB Variations
Color information
#42F7BB (or 0x42F7BB) is known color: Turquoise. HEX triplet: 42, F7 and BB. RGB value is (66,247,187). Sum of RGB (Red+Green+Blue) = 66+247+187=500 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.2% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F7BB is #BD0844. Grayscale: #BABABA. Windows color (decimal): -12388421 or 12318530. OLE color: 12318530.
HSL color Cylindrical-coordinate representation of color #42F7BB: hue angle of 160.11º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7BB is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 187 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.03 |
| HSL | 160.11º | 0.92% | 0.61% | - |
| HSV(B) | 160.11º | 0.73% | 0.97% | - |
| XYZ | 44.48 | 71.27 | 58.43 | - |
| YUV | 186.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 187 | 0.73 | 0 | 0.24 | 0.03 | 160.11 | 0.92 | 0.61 |
| Hex | 42 | F7 | BB | 49 | 0 | 18 | 3 | A0 | 5C | 3D |
| Octal | 102 | 367 | 273 | 111 | 0 | 30 | 3 | 240 | 134 | 75 |
| Binary | 1000010 | 11110111 | 10111011 | 1001001 | 0 | 11000 | 11 | 10100000 | 1011100 | 111101 |
Color Harmonies of #42F7BB
Complementary color
Monochromatic Colors of #42F7BB
Black with #42F7BB
Text Example
Text Example
White with #42F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7BB; }
p { color: rgb(66,247,187); }
H1.HeaderClassName
{
color: #42F7BB;
}
.AnyTagClassName
{
color: #42F7BB;
}
</style>
background-color css
<style>
a { background-color: #42F7BB; }
a { background-color: rgb(66,247,187); }
div.DivClassName
{
background-color: #42F7BB;
}
.BgClassName
{
background-color: #42F7BB;
}
</style>
border-color css
<style>
span { border-color: #42F7BB; }
span { border-color: rgb(66,247,187); }
td.TdClassName
{
border-color: #42F7BB;
}
.TagClassName
{
border-color: #42F7BB;
}
</style>