Shades of Turquoise #42E5F9
Tints of Turquoise #42E5F9
RGB
CMYK
RGB Variations
Color information
#42E5F9 (or 0x42E5F9) is known color: Turquoise. HEX triplet: 42, E5 and F9. RGB value is (66,229,249). Sum of RGB (Red+Green+Blue) = 66+229+249=544 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.13% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #42E5F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E5F9 is #BD1A06. Grayscale: #B6B6B6. Windows color (decimal): -12392967 or 16377154. OLE color: 16377154.
HSL color Cylindrical-coordinate representation of color #42E5F9: hue angle of 186.56º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E5F9 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 229 | 249 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.02 |
| HSL | 186.56º | 0.94% | 0.62% | - |
| HSV(B) | 186.56º | 0.73% | 0.98% | - |
| XYZ | 47.36 | 64.04 | 99.49 | - |
| YUV | 182.54 | 165.5 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 229 | 249 | 0.73 | 0.08 | 0 | 0.02 | 186.56 | 0.94 | 0.62 |
| Hex | 42 | E5 | F9 | 49 | 8 | 0 | 2 | BB | 5E | 3E |
| Octal | 102 | 345 | 371 | 111 | 10 | 0 | 2 | 273 | 136 | 76 |
| Binary | 1000010 | 11100101 | 11111001 | 1001001 | 1000 | 0 | 10 | 10111011 | 1011110 | 111110 |
Color Harmonies of #42E5F9
Complementary color
Monochromatic Colors of #42E5F9
Black with #42E5F9
Text Example
Text Example
White with #42E5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E5F9; }
p { color: rgb(66,229,249); }
H1.HeaderClassName
{
color: #42E5F9;
}
.AnyTagClassName
{
color: #42E5F9;
}
</style>
background-color css
<style>
a { background-color: #42E5F9; }
a { background-color: rgb(66,229,249); }
div.DivClassName
{
background-color: #42E5F9;
}
.BgClassName
{
background-color: #42E5F9;
}
</style>
border-color css
<style>
span { border-color: #42E5F9; }
span { border-color: rgb(66,229,249); }
td.TdClassName
{
border-color: #42E5F9;
}
.TagClassName
{
border-color: #42E5F9;
}
</style>