Shades of Medium Turquoise #42BFBE
Tints of Medium Turquoise #42BFBE
RGB
CMYK
RGB Variations
Color information
#42BFBE (or 0x42BFBE) is known color: Medium Turquoise. HEX triplet: 42, BF and BE. RGB value is (66,191,190). Sum of RGB (Red+Green+Blue) = 66+191+190=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #42BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BFBE is #BD4041. Grayscale: #999999. Windows color (decimal): -12402754 or 12500802. OLE color: 12500802.
HSL color Cylindrical-coordinate representation of color #42BFBE: hue angle of 179.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BFBE is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 190 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.25 |
| HSL | 179.52º | 0.49% | 0.5% | - |
| HSV(B) | 179.52º | 0.65% | 0.75% | - |
| XYZ | 30.17 | 42.14 | 55.26 | - |
| YUV | 153.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 190 | 0.65 | 0 | 0.01 | 0.25 | 179.52 | 0.49 | 0.5 |
| Hex | 42 | BF | BE | 41 | 0 | 1 | 19 | B4 | 31 | 32 |
| Octal | 102 | 277 | 276 | 101 | 0 | 1 | 31 | 264 | 61 | 62 |
| Binary | 1000010 | 10111111 | 10111110 | 1000001 | 0 | 1 | 11001 | 10110100 | 110001 | 110010 |
Color Harmonies of #42BFBE
Complementary color
Monochromatic Colors of #42BFBE
Black with #42BFBE
Text Example
Text Example
White with #42BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BFBE; }
p { color: rgb(66,191,190); }
H1.HeaderClassName
{
color: #42BFBE;
}
.AnyTagClassName
{
color: #42BFBE;
}
</style>
background-color css
<style>
a { background-color: #42BFBE; }
a { background-color: rgb(66,191,190); }
div.DivClassName
{
background-color: #42BFBE;
}
.BgClassName
{
background-color: #42BFBE;
}
</style>
border-color css
<style>
span { border-color: #42BFBE; }
span { border-color: rgb(66,191,190); }
td.TdClassName
{
border-color: #42BFBE;
}
.TagClassName
{
border-color: #42BFBE;
}
</style>