Shades of Turquoise #42FDBC
Tints of Turquoise #42FDBC
RGB
CMYK
RGB Variations
Color information
#42FDBC (or 0x42FDBC) is known color: Turquoise. HEX triplet: 42, FD and BC. RGB value is (66,253,188). Sum of RGB (Red+Green+Blue) = 66+253+188=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDBC is #BD0243. Grayscale: #BDBDBD. Windows color (decimal): -12386884 or 12385602. OLE color: 12385602.
HSL color Cylindrical-coordinate representation of color #42FDBC: hue angle of 159.14º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDBC is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 188 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.01 |
| HSL | 159.14º | 0.98% | 0.63% | - |
| HSV(B) | 159.14º | 0.74% | 0.99% | - |
| XYZ | 46.45 | 75.04 | 59.61 | - |
| YUV | 189.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 188 | 0.74 | 0 | 0.26 | 0.01 | 159.14 | 0.98 | 0.63 |
| Hex | 42 | FD | BC | 4A | 0 | 1A | 1 | 9F | 62 | 3F |
| Octal | 102 | 375 | 274 | 112 | 0 | 32 | 1 | 237 | 142 | 77 |
| Binary | 1000010 | 11111101 | 10111100 | 1001010 | 0 | 11010 | 1 | 10011111 | 1100010 | 111111 |
Color Harmonies of #42FDBC
Complementary color
Monochromatic Colors of #42FDBC
Black with #42FDBC
Text Example
Text Example
White with #42FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDBC; }
p { color: rgb(66,253,188); }
H1.HeaderClassName
{
color: #42FDBC;
}
.AnyTagClassName
{
color: #42FDBC;
}
</style>
background-color css
<style>
a { background-color: #42FDBC; }
a { background-color: rgb(66,253,188); }
div.DivClassName
{
background-color: #42FDBC;
}
.BgClassName
{
background-color: #42FDBC;
}
</style>
border-color css
<style>
span { border-color: #42FDBC; }
span { border-color: rgb(66,253,188); }
td.TdClassName
{
border-color: #42FDBC;
}
.TagClassName
{
border-color: #42FDBC;
}
</style>