Shades of Turquoise #42FFE6
Tints of Turquoise #42FFE6
RGB
CMYK
RGB Variations
Color information
#42FFE6 (or 0x42FFE6) is known color: Turquoise. HEX triplet: 42, FF and E6. RGB value is (66,255,230). Sum of RGB (Red+Green+Blue) = 66+255+230=551 (72% of max value = 765). Red value is 66 (26.17% from 255 or 11.98% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFE6 is #BD0019. Grayscale: #C3C3C3. Windows color (decimal): -12386330 or 15138626. OLE color: 15138626.
HSL color Cylindrical-coordinate representation of color #42FFE6: hue angle of 172.06º 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 #42FFE6 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 230 | - |
| CMYK | 0.74 | 0 | 0.10 | 0 |
| HSL | 172.06º | 1% | 0.63% | - |
| HSV(B) | 172.06º | 0.74% | 1% | - |
| XYZ | 52.29 | 78.39 | 87.24 | - |
| YUV | 195.64 | 147.38 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 230 | 0.74 | 0 | 0.10 | 0 | 172.06 | 1 | 0.63 |
| Hex | 42 | FF | E6 | 4A | 0 | A | 0 | AC | 64 | 3F |
| Octal | 102 | 377 | 346 | 112 | 0 | 12 | 0 | 254 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11100110 | 1001010 | 0 | 1010 | 0 | 10101100 | 1100100 | 111111 |
Color Harmonies of #42FFE6
Complementary color
Monochromatic Colors of #42FFE6
Black with #42FFE6
Text Example
Text Example
White with #42FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFE6; }
p { color: rgb(66,255,230); }
H1.HeaderClassName
{
color: #42FFE6;
}
.AnyTagClassName
{
color: #42FFE6;
}
</style>
background-color css
<style>
a { background-color: #42FFE6; }
a { background-color: rgb(66,255,230); }
div.DivClassName
{
background-color: #42FFE6;
}
.BgClassName
{
background-color: #42FFE6;
}
</style>
border-color css
<style>
span { border-color: #42FFE6; }
span { border-color: rgb(66,255,230); }
td.TdClassName
{
border-color: #42FFE6;
}
.TagClassName
{
border-color: #42FFE6;
}
</style>