Shades of Turquoise #42FFDD
Tints of Turquoise #42FFDD
RGB
CMYK
RGB Variations
Color information
#42FFDD (or 0x42FFDD) is known color: Turquoise. HEX triplet: 42, FF and DD. RGB value is (66,255,221). Sum of RGB (Red+Green+Blue) = 66+255+221=542 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.18% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FFDD is #BD0022. Grayscale: #C2C2C2. Windows color (decimal): -12386339 or 14548802. OLE color: 14548802.
HSL color Cylindrical-coordinate representation of color #42FFDD: hue angle of 169.21º 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 #42FFDD is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 221 | - |
| CMYK | 0.74 | 0 | 0.13 | 0 |
| HSL | 169.21º | 1% | 0.63% | - |
| HSV(B) | 169.21º | 0.74% | 1% | - |
| XYZ | 51.06 | 77.9 | 80.75 | - |
| YUV | 194.61 | 142.88 | 36.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 221 | 0.74 | 0 | 0.13 | 0 | 169.21 | 1 | 0.63 |
| Hex | 42 | FF | DD | 4A | 0 | D | 0 | A9 | 64 | 3F |
| Octal | 102 | 377 | 335 | 112 | 0 | 15 | 0 | 251 | 144 | 77 |
| Binary | 1000010 | 11111111 | 11011101 | 1001010 | 0 | 1101 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #42FFDD
Complementary color
Monochromatic Colors of #42FFDD
Black with #42FFDD
Text Example
Text Example
White with #42FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FFDD; }
p { color: rgb(66,255,221); }
H1.HeaderClassName
{
color: #42FFDD;
}
.AnyTagClassName
{
color: #42FFDD;
}
</style>
background-color css
<style>
a { background-color: #42FFDD; }
a { background-color: rgb(66,255,221); }
div.DivClassName
{
background-color: #42FFDD;
}
.BgClassName
{
background-color: #42FFDD;
}
</style>
border-color css
<style>
span { border-color: #42FFDD; }
span { border-color: rgb(66,255,221); }
td.TdClassName
{
border-color: #42FFDD;
}
.TagClassName
{
border-color: #42FFDD;
}
</style>