Shades of Turquoise #42FCBB
Tints of Turquoise #42FCBB
RGB
CMYK
RGB Variations
Color information
#42FCBB (or 0x42FCBB) is known color: Turquoise. HEX triplet: 42, FC and BB. RGB value is (66,252,187). Sum of RGB (Red+Green+Blue) = 66+252+187=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCBB is #BD0344. Grayscale: #BDBDBD. Windows color (decimal): -12387141 or 12319810. OLE color: 12319810.
HSL color Cylindrical-coordinate representation of color #42FCBB: hue angle of 159.03º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FCBB is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 187 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.01 |
| HSL | 159.03º | 0.97% | 0.62% | - |
| HSV(B) | 159.03º | 0.74% | 0.99% | - |
| XYZ | 46.03 | 74.37 | 58.94 | - |
| YUV | 188.98 | 126.88 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 187 | 0.74 | 0 | 0.26 | 0.01 | 159.03 | 0.97 | 0.62 |
| Hex | 42 | FC | BB | 4A | 0 | 1A | 1 | 9F | 61 | 3E |
| Octal | 102 | 374 | 273 | 112 | 0 | 32 | 1 | 237 | 141 | 76 |
| Binary | 1000010 | 11111100 | 10111011 | 1001010 | 0 | 11010 | 1 | 10011111 | 1100001 | 111110 |
Color Harmonies of #42FCBB
Complementary color
Monochromatic Colors of #42FCBB
Black with #42FCBB
Text Example
Text Example
White with #42FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCBB; }
p { color: rgb(66,252,187); }
H1.HeaderClassName
{
color: #42FCBB;
}
.AnyTagClassName
{
color: #42FCBB;
}
</style>
background-color css
<style>
a { background-color: #42FCBB; }
a { background-color: rgb(66,252,187); }
div.DivClassName
{
background-color: #42FCBB;
}
.BgClassName
{
background-color: #42FCBB;
}
</style>
border-color css
<style>
span { border-color: #42FCBB; }
span { border-color: rgb(66,252,187); }
td.TdClassName
{
border-color: #42FCBB;
}
.TagClassName
{
border-color: #42FCBB;
}
</style>