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