Shades of Turquoise #42FFDE
Tints of Turquoise #42FFDE
RGB
CMYK
RGB Variations
Color information
#42FFDE (or 0x42FFDE) is known color: Turquoise. HEX triplet: 42, FF and DE. RGB value is (66,255,222). Sum of RGB (Red+Green+Blue) = 66+255+222=543 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.15% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFDE is #BD0021. Grayscale: #C2C2C2. Windows color (decimal): -12386338 or 14614338. OLE color: 14614338.
HSL color Cylindrical-coordinate representation of color #42FFDE: hue angle of 169.52º 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 #42FFDE is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 222 | - |
| CMYK | 0.74 | 0 | 0.13 | 0 |
| HSL | 169.52º | 1% | 0.63% | - |
| HSV(B) | 169.52º | 0.74% | 1% | - |
| XYZ | 51.19 | 77.95 | 81.46 | - |
| YUV | 194.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 222 | 0.74 | 0 | 0.13 | 0 | 169.52 | 1 | 0.63 |
| Hex | 42 | FF | DE | 4A | 0 | D | 0 | AA | 64 | 3F |
| Octal | 102 | 377 | 336 | 112 | 0 | 15 | 0 | 252 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11011110 | 1001010 | 0 | 1101 | 0 | 10101010 | 1100100 | 111111 |
Color Harmonies of #42FFDE
Complementary color
Monochromatic Colors of #42FFDE
Black with #42FFDE
Text Example
Text Example
White with #42FFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFDE; }
p { color: rgb(66,255,222); }
H1.HeaderClassName
{
color: #42FFDE;
}
.AnyTagClassName
{
color: #42FFDE;
}
</style>
background-color css
<style>
a { background-color: #42FFDE; }
a { background-color: rgb(66,255,222); }
div.DivClassName
{
background-color: #42FFDE;
}
.BgClassName
{
background-color: #42FFDE;
}
</style>
border-color css
<style>
span { border-color: #42FFDE; }
span { border-color: rgb(66,255,222); }
td.TdClassName
{
border-color: #42FFDE;
}
.TagClassName
{
border-color: #42FFDE;
}
</style>