Shades of Turquoise #42E5FB
Tints of Turquoise #42E5FB
RGB
CMYK
RGB Variations
Color information
#42E5FB (or 0x42E5FB) is known color: Turquoise. HEX triplet: 42, E5 and FB. RGB value is (66,229,251). Sum of RGB (Red+Green+Blue) = 66+229+251=546 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.09% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #42E5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E5FB is #BD1A04. Grayscale: #B6B6B6. Windows color (decimal): -12392965 or 16508226. OLE color: 16508226.
HSL color Cylindrical-coordinate representation of color #42E5FB: hue angle of 187.14º 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 #42E5FB is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 229 | 251 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.02 |
| HSL | 187.14º | 0.96% | 0.62% | - |
| HSV(B) | 187.14º | 0.74% | 0.98% | - |
| XYZ | 47.68 | 64.16 | 101.14 | - |
| YUV | 182.77 | 166.5 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 251 | 0.74 | 0.09 | 0 | 0.02 | 187.14 | 0.96 | 0.62 |
| Hex | 42 | E5 | FB | 4A | 9 | 0 | 2 | BB | 60 | 3E |
| Octal | 102 | 345 | 373 | 112 | 11 | 0 | 2 | 273 | 140 | 76 |
| Binary | 1000010 | 11100101 | 11111011 | 1001010 | 1001 | 0 | 10 | 10111011 | 1100000 | 111110 |
Color Harmonies of #42E5FB
Complementary color
Monochromatic Colors of #42E5FB
Black with #42E5FB
Text Example
Text Example
White with #42E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5FB; }
p { color: rgb(66,229,251); }
H1.HeaderClassName
{
color: #42E5FB;
}
.AnyTagClassName
{
color: #42E5FB;
}
</style>
background-color css
<style>
a { background-color: #42E5FB; }
a { background-color: rgb(66,229,251); }
div.DivClassName
{
background-color: #42E5FB;
}
.BgClassName
{
background-color: #42E5FB;
}
</style>
border-color css
<style>
span { border-color: #42E5FB; }
span { border-color: rgb(66,229,251); }
td.TdClassName
{
border-color: #42E5FB;
}
.TagClassName
{
border-color: #42E5FB;
}
</style>