Shades of Turquoise #42FDE1
Tints of Turquoise #42FDE1
RGB
CMYK
RGB Variations
Color information
#42FDE1 (or 0x42FDE1) is known color: Turquoise. HEX triplet: 42, FD and E1. RGB value is (66,253,225). Sum of RGB (Red+Green+Blue) = 66+253+225=544 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.13% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FDE1 is #BD021E. Grayscale: #C1C1C1. Windows color (decimal): -12386847 or 14810434. OLE color: 14810434.
HSL color Cylindrical-coordinate representation of color #42FDE1: hue angle of 171.02º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDE1 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 225 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.01 |
| HSL | 171.02º | 0.98% | 0.63% | - |
| HSV(B) | 171.02º | 0.74% | 0.99% | - |
| XYZ | 50.96 | 76.85 | 83.38 | - |
| YUV | 193.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 225 | 0.74 | 0 | 0.11 | 0.01 | 171.02 | 0.98 | 0.63 |
| Hex | 42 | FD | E1 | 4A | 0 | B | 1 | AB | 62 | 3F |
| Octal | 102 | 375 | 341 | 112 | 0 | 13 | 1 | 253 | 142 | 77 |
| Binary | 1000010 | 11111101 | 11100001 | 1001010 | 0 | 1011 | 1 | 10101011 | 1100010 | 111111 |
Color Harmonies of #42FDE1
Complementary color
Monochromatic Colors of #42FDE1
Black with #42FDE1
Text Example
Text Example
White with #42FDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDE1; }
p { color: rgb(66,253,225); }
H1.HeaderClassName
{
color: #42FDE1;
}
.AnyTagClassName
{
color: #42FDE1;
}
</style>
background-color css
<style>
a { background-color: #42FDE1; }
a { background-color: rgb(66,253,225); }
div.DivClassName
{
background-color: #42FDE1;
}
.BgClassName
{
background-color: #42FDE1;
}
</style>
border-color css
<style>
span { border-color: #42FDE1; }
span { border-color: rgb(66,253,225); }
td.TdClassName
{
border-color: #42FDE1;
}
.TagClassName
{
border-color: #42FDE1;
}
</style>