Shades of Turquoise #42FFE3
Tints of Turquoise #42FFE3
RGB
CMYK
RGB Variations
Color information
#42FFE3 (or 0x42FFE3) is known color: Turquoise. HEX triplet: 42, FF and E3. RGB value is (66,255,227). Sum of RGB (Red+Green+Blue) = 66+255+227=548 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.04% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFE3 is #BD001C. Grayscale: #C3C3C3. Windows color (decimal): -12386333 or 14942018. OLE color: 14942018.
HSL color Cylindrical-coordinate representation of color #42FFE3: hue angle of 171.11º 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 #42FFE3 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 227 | - |
| CMYK | 0.74 | 0 | 0.11 | 0 |
| HSL | 171.11º | 1% | 0.63% | - |
| HSV(B) | 171.11º | 0.74% | 1% | - |
| XYZ | 51.87 | 78.22 | 85.04 | - |
| YUV | 195.3 | 145.88 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 227 | 0.74 | 0 | 0.11 | 0 | 171.11 | 1 | 0.63 |
| Hex | 42 | FF | E3 | 4A | 0 | B | 0 | AB | 64 | 3F |
| Octal | 102 | 377 | 343 | 112 | 0 | 13 | 0 | 253 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11100011 | 1001010 | 0 | 1011 | 0 | 10101011 | 1100100 | 111111 |
Color Harmonies of #42FFE3
Complementary color
Monochromatic Colors of #42FFE3
Black with #42FFE3
Text Example
Text Example
White with #42FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFE3; }
p { color: rgb(66,255,227); }
H1.HeaderClassName
{
color: #42FFE3;
}
.AnyTagClassName
{
color: #42FFE3;
}
</style>
background-color css
<style>
a { background-color: #42FFE3; }
a { background-color: rgb(66,255,227); }
div.DivClassName
{
background-color: #42FFE3;
}
.BgClassName
{
background-color: #42FFE3;
}
</style>
border-color css
<style>
span { border-color: #42FFE3; }
span { border-color: rgb(66,255,227); }
td.TdClassName
{
border-color: #42FFE3;
}
.TagClassName
{
border-color: #42FFE3;
}
</style>