Shades of Turquoise #42FBBC
Tints of Turquoise #42FBBC
RGB
CMYK
RGB Variations
Color information
#42FBBC (or 0x42FBBC) is known color: Turquoise. HEX triplet: 42, FB and BC. RGB value is (66,251,188). Sum of RGB (Red+Green+Blue) = 66+251+188=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBBC is #BD0443. Grayscale: #BCBCBC. Windows color (decimal): -12387396 or 12385090. OLE color: 12385090.
HSL color Cylindrical-coordinate representation of color #42FBBC: hue angle of 159.57º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBBC is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 188 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.02 |
| HSL | 159.57º | 0.96% | 0.62% | - |
| HSV(B) | 159.57º | 0.74% | 0.98% | - |
| XYZ | 45.82 | 73.78 | 59.4 | - |
| YUV | 188.5 | 127.71 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 188 | 0.74 | 0 | 0.25 | 0.02 | 159.57 | 0.96 | 0.62 |
| Hex | 42 | FB | BC | 4A | 0 | 19 | 2 | A0 | 60 | 3E |
| Octal | 102 | 373 | 274 | 112 | 0 | 31 | 2 | 240 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10111100 | 1001010 | 0 | 11001 | 10 | 10100000 | 1100000 | 111110 |
Color Harmonies of #42FBBC
Complementary color
Monochromatic Colors of #42FBBC
Black with #42FBBC
Text Example
Text Example
White with #42FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBBC; }
p { color: rgb(66,251,188); }
H1.HeaderClassName
{
color: #42FBBC;
}
.AnyTagClassName
{
color: #42FBBC;
}
</style>
background-color css
<style>
a { background-color: #42FBBC; }
a { background-color: rgb(66,251,188); }
div.DivClassName
{
background-color: #42FBBC;
}
.BgClassName
{
background-color: #42FBBC;
}
</style>
border-color css
<style>
span { border-color: #42FBBC; }
span { border-color: rgb(66,251,188); }
td.TdClassName
{
border-color: #42FBBC;
}
.TagClassName
{
border-color: #42FBBC;
}
</style>