Shades of Turquoise #42FCB5
Tints of Turquoise #42FCB5
RGB
CMYK
RGB Variations
Color information
#42FCB5 (or 0x42FCB5) is known color: Turquoise. HEX triplet: 42, FC and B5. RGB value is (66,252,181). Sum of RGB (Red+Green+Blue) = 66+252+181=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FCB5 is #BD034A. Grayscale: #BCBCBC. Windows color (decimal): -12387147 or 11926594. OLE color: 11926594.
HSL color Cylindrical-coordinate representation of color #42FCB5: hue angle of 157.1º 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 #42FCB5 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 181 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.01 |
| HSL | 157.1º | 0.97% | 0.62% | - |
| HSV(B) | 157.1º | 0.74% | 0.99% | - |
| XYZ | 45.4 | 74.12 | 55.63 | - |
| YUV | 188.29 | 123.88 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 181 | 0.74 | 0 | 0.28 | 0.01 | 157.1 | 0.97 | 0.62 |
| Hex | 42 | FC | B5 | 4A | 0 | 1C | 1 | 9D | 61 | 3E |
| Octal | 102 | 374 | 265 | 112 | 0 | 34 | 1 | 235 | 141 | 76 |
| Binary | 1000010 | 11111100 | 10110101 | 1001010 | 0 | 11100 | 1 | 10011101 | 1100001 | 111110 |
Color Harmonies of #42FCB5
Complementary color
Monochromatic Colors of #42FCB5
Black with #42FCB5
Text Example
Text Example
White with #42FCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FCB5; }
p { color: rgb(66,252,181); }
H1.HeaderClassName
{
color: #42FCB5;
}
.AnyTagClassName
{
color: #42FCB5;
}
</style>
background-color css
<style>
a { background-color: #42FCB5; }
a { background-color: rgb(66,252,181); }
div.DivClassName
{
background-color: #42FCB5;
}
.BgClassName
{
background-color: #42FCB5;
}
</style>
border-color css
<style>
span { border-color: #42FCB5; }
span { border-color: rgb(66,252,181); }
td.TdClassName
{
border-color: #42FCB5;
}
.TagClassName
{
border-color: #42FCB5;
}
</style>