Shades of Turquoise #42FFD5
Tints of Turquoise #42FFD5
RGB
CMYK
RGB Variations
Color information
#42FFD5 (or 0x42FFD5) is known color: Turquoise. HEX triplet: 42, FF and D5. RGB value is (66,255,213). Sum of RGB (Red+Green+Blue) = 66+255+213=534 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.36% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFD5 is #BD002A. Grayscale: #C1C1C1. Windows color (decimal): -12386347 or 14024514. OLE color: 14024514.
HSL color Cylindrical-coordinate representation of color #42FFD5: hue angle of 166.67º 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 #42FFD5 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 213 | - |
| CMYK | 0.74 | 0 | 0.16 | 0 |
| HSL | 166.67º | 1% | 0.63% | - |
| HSV(B) | 166.67º | 0.74% | 1% | - |
| XYZ | 50.02 | 77.48 | 75.27 | - |
| YUV | 193.7 | 138.88 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 213 | 0.74 | 0 | 0.16 | 0 | 166.67 | 1 | 0.63 |
| Hex | 42 | FF | D5 | 4A | 0 | 10 | 0 | A7 | 64 | 3F |
| Octal | 102 | 377 | 325 | 112 | 0 | 20 | 0 | 247 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11010101 | 1001010 | 0 | 10000 | 0 | 10100111 | 1100100 | 111111 |
Color Harmonies of #42FFD5
Complementary color
Monochromatic Colors of #42FFD5
Black with #42FFD5
Text Example
Text Example
White with #42FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFD5; }
p { color: rgb(66,255,213); }
H1.HeaderClassName
{
color: #42FFD5;
}
.AnyTagClassName
{
color: #42FFD5;
}
</style>
background-color css
<style>
a { background-color: #42FFD5; }
a { background-color: rgb(66,255,213); }
div.DivClassName
{
background-color: #42FFD5;
}
.BgClassName
{
background-color: #42FFD5;
}
</style>
border-color css
<style>
span { border-color: #42FFD5; }
span { border-color: rgb(66,255,213); }
td.TdClassName
{
border-color: #42FFD5;
}
.TagClassName
{
border-color: #42FFD5;
}
</style>