Shades of Turquoise #42D8CD
Tints of Turquoise #42D8CD
RGB
CMYK
RGB Variations
Color information
#42D8CD (or 0x42D8CD) is known color: Turquoise. HEX triplet: 42, D8 and CD. RGB value is (66,216,205). Sum of RGB (Red+Green+Blue) = 66+216+205=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8CD is #BD2732. Grayscale: #A9A9A9. Windows color (decimal): -12396339 or 13490242. OLE color: 13490242.
HSL color Cylindrical-coordinate representation of color #42D8CD: hue angle of 175.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D8CD is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 205 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.15 |
| HSL | 175.6º | 0.66% | 0.55% | - |
| HSV(B) | 175.6º | 0.69% | 0.85% | - |
| XYZ | 37.82 | 54.68 | 66.32 | - |
| YUV | 169.9 | 147.81 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 205 | 0.69 | 0 | 0.05 | 0.15 | 175.6 | 0.66 | 0.55 |
| Hex | 42 | D8 | CD | 45 | 0 | 5 | F | B0 | 42 | 37 |
| Octal | 102 | 330 | 315 | 105 | 0 | 5 | 17 | 260 | 102 | 67 |
| Binary | 1000010 | 11011000 | 11001101 | 1000101 | 0 | 101 | 1111 | 10110000 | 1000010 | 110111 |
Color Harmonies of #42D8CD
Complementary color
Monochromatic Colors of #42D8CD
Black with #42D8CD
Text Example
Text Example
White with #42D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8CD; }
p { color: rgb(66,216,205); }
H1.HeaderClassName
{
color: #42D8CD;
}
.AnyTagClassName
{
color: #42D8CD;
}
</style>
background-color css
<style>
a { background-color: #42D8CD; }
a { background-color: rgb(66,216,205); }
div.DivClassName
{
background-color: #42D8CD;
}
.BgClassName
{
background-color: #42D8CD;
}
</style>
border-color css
<style>
span { border-color: #42D8CD; }
span { border-color: rgb(66,216,205); }
td.TdClassName
{
border-color: #42D8CD;
}
.TagClassName
{
border-color: #42D8CD;
}
</style>