Shades of Turquoise #42FFE0
Tints of Turquoise #42FFE0
RGB
CMYK
RGB Variations
Color information
#42FFE0 (or 0x42FFE0) is known color: Turquoise. HEX triplet: 42, FF and E0. RGB value is (66,255,224). Sum of RGB (Red+Green+Blue) = 66+255+224=545 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.11% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFE0 is #BD001F. Grayscale: #C2C2C2. Windows color (decimal): -12386336 or 14745410. OLE color: 14745410.
HSL color Cylindrical-coordinate representation of color #42FFE0: hue angle of 170.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFE0 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 224 | - |
| CMYK | 0.74 | 0 | 0.12 | 0 |
| HSL | 170.16º | 1% | 0.63% | - |
| HSV(B) | 170.16º | 0.74% | 1% | - |
| XYZ | 51.46 | 78.06 | 82.88 | - |
| YUV | 194.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 224 | 0.74 | 0 | 0.12 | 0 | 170.16 | 1 | 0.63 |
| Hex | 42 | FF | E0 | 4A | 0 | C | 0 | AA | 64 | 3F |
| Octal | 102 | 377 | 340 | 112 | 0 | 14 | 0 | 252 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11100000 | 1001010 | 0 | 1100 | 0 | 10101010 | 1100100 | 111111 |
Color Harmonies of #42FFE0
Complementary color
Monochromatic Colors of #42FFE0
Black with #42FFE0
Text Example
Text Example
White with #42FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFE0; }
p { color: rgb(66,255,224); }
H1.HeaderClassName
{
color: #42FFE0;
}
.AnyTagClassName
{
color: #42FFE0;
}
</style>
background-color css
<style>
a { background-color: #42FFE0; }
a { background-color: rgb(66,255,224); }
div.DivClassName
{
background-color: #42FFE0;
}
.BgClassName
{
background-color: #42FFE0;
}
</style>
border-color css
<style>
span { border-color: #42FFE0; }
span { border-color: rgb(66,255,224); }
td.TdClassName
{
border-color: #42FFE0;
}
.TagClassName
{
border-color: #42FFE0;
}
</style>