Shades of Turquoise #42FBE6
Tints of Turquoise #42FBE6
RGB
CMYK
RGB Variations
Color information
#42FBE6 (or 0x42FBE6) is known color: Turquoise. HEX triplet: 42, FB and E6. RGB value is (66,251,230). Sum of RGB (Red+Green+Blue) = 66+251+230=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBE6 is #BD0419. Grayscale: #C1C1C1. Windows color (decimal): -12387354 or 15137602. OLE color: 15137602.
HSL color Cylindrical-coordinate representation of color #42FBE6: hue angle of 173.19º 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 #42FBE6 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 230 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.02 |
| HSL | 173.19º | 0.96% | 0.62% | - |
| HSV(B) | 173.19º | 0.74% | 0.98% | - |
| XYZ | 51.03 | 75.87 | 86.82 | - |
| YUV | 193.29 | 148.71 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 230 | 0.74 | 0 | 0.08 | 0.02 | 173.19 | 0.96 | 0.62 |
| Hex | 42 | FB | E6 | 4A | 0 | 8 | 2 | AD | 60 | 3E |
| Octal | 102 | 373 | 346 | 112 | 0 | 10 | 2 | 255 | 140 | 76 |
| Binary | 1000010 | 11111011 | 11100110 | 1001010 | 0 | 1000 | 10 | 10101101 | 1100000 | 111110 |
Color Harmonies of #42FBE6
Complementary color
Monochromatic Colors of #42FBE6
Black with #42FBE6
Text Example
Text Example
White with #42FBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBE6; }
p { color: rgb(66,251,230); }
H1.HeaderClassName
{
color: #42FBE6;
}
.AnyTagClassName
{
color: #42FBE6;
}
</style>
background-color css
<style>
a { background-color: #42FBE6; }
a { background-color: rgb(66,251,230); }
div.DivClassName
{
background-color: #42FBE6;
}
.BgClassName
{
background-color: #42FBE6;
}
</style>
border-color css
<style>
span { border-color: #42FBE6; }
span { border-color: rgb(66,251,230); }
td.TdClassName
{
border-color: #42FBE6;
}
.TagClassName
{
border-color: #42FBE6;
}
</style>