Shades of Turquoise #42F1EA
Tints of Turquoise #42F1EA
RGB
CMYK
RGB Variations
Color information
#42F1EA (or 0x42F1EA) is known color: Turquoise. HEX triplet: 42, F1 and EA. RGB value is (66,241,234). Sum of RGB (Red+Green+Blue) = 66+241+234=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F1EA is #BD0E15. Grayscale: #BBBBBB. Windows color (decimal): -12389910 or 15397186. OLE color: 15397186.
HSL color Cylindrical-coordinate representation of color #42F1EA: hue angle of 177.6º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1EA is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 234 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.05 |
| HSL | 177.6º | 0.86% | 0.6% | - |
| HSV(B) | 177.6º | 0.73% | 0.95% | - |
| XYZ | 48.55 | 70.01 | 88.8 | - |
| YUV | 187.88 | 154.02 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 234 | 0.73 | 0 | 0.03 | 0.05 | 177.6 | 0.86 | 0.6 |
| Hex | 42 | F1 | EA | 49 | 0 | 3 | 5 | B2 | 56 | 3C |
| Octal | 102 | 361 | 352 | 111 | 0 | 3 | 5 | 262 | 126 | 74 |
| Binary | 1000010 | 11110001 | 11101010 | 1001001 | 0 | 11 | 101 | 10110010 | 1010110 | 111100 |
Color Harmonies of #42F1EA
Complementary color
Monochromatic Colors of #42F1EA
Black with #42F1EA
Text Example
Text Example
White with #42F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F1EA; }
p { color: rgb(66,241,234); }
H1.HeaderClassName
{
color: #42F1EA;
}
.AnyTagClassName
{
color: #42F1EA;
}
</style>
background-color css
<style>
a { background-color: #42F1EA; }
a { background-color: rgb(66,241,234); }
div.DivClassName
{
background-color: #42F1EA;
}
.BgClassName
{
background-color: #42F1EA;
}
</style>
border-color css
<style>
span { border-color: #42F1EA; }
span { border-color: rgb(66,241,234); }
td.TdClassName
{
border-color: #42F1EA;
}
.TagClassName
{
border-color: #42F1EA;
}
</style>