Shades of Turquoise #42F2BD
Tints of Turquoise #42F2BD
RGB
CMYK
RGB Variations
Color information
#42F2BD (or 0x42F2BD) is known color: Turquoise. HEX triplet: 42, F2 and BD. RGB value is (66,242,189). Sum of RGB (Red+Green+Blue) = 66+242+189=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #42F2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F2BD is #BD0D42. Grayscale: #B7B7B7. Windows color (decimal): -12389699 or 12448322. OLE color: 12448322.
HSL color Cylindrical-coordinate representation of color #42F2BD: hue angle of 161.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F2BD is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 189 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.05 |
| HSL | 161.93º | 0.87% | 0.6% | - |
| HSV(B) | 161.93º | 0.73% | 0.95% | - |
| XYZ | 43.18 | 68.34 | 59.06 | - |
| YUV | 183.33 | 131.19 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 189 | 0.73 | 0 | 0.22 | 0.05 | 161.93 | 0.87 | 0.6 |
| Hex | 42 | F2 | BD | 49 | 0 | 16 | 5 | A2 | 57 | 3C |
| Octal | 102 | 362 | 275 | 111 | 0 | 26 | 5 | 242 | 127 | 74 |
| Binary | 1000010 | 11110010 | 10111101 | 1001001 | 0 | 10110 | 101 | 10100010 | 1010111 | 111100 |
Color Harmonies of #42F2BD
Complementary color
Monochromatic Colors of #42F2BD
Black with #42F2BD
Text Example
Text Example
White with #42F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F2BD; }
p { color: rgb(66,242,189); }
H1.HeaderClassName
{
color: #42F2BD;
}
.AnyTagClassName
{
color: #42F2BD;
}
</style>
background-color css
<style>
a { background-color: #42F2BD; }
a { background-color: rgb(66,242,189); }
div.DivClassName
{
background-color: #42F2BD;
}
.BgClassName
{
background-color: #42F2BD;
}
</style>
border-color css
<style>
span { border-color: #42F2BD; }
span { border-color: rgb(66,242,189); }
td.TdClassName
{
border-color: #42F2BD;
}
.TagClassName
{
border-color: #42F2BD;
}
</style>