Shades of Turquoise #42D8CB
Tints of Turquoise #42D8CB
RGB
CMYK
RGB Variations
Color information
#42D8CB (or 0x42D8CB) is known color: Turquoise. HEX triplet: 42, D8 and CB. RGB value is (66,216,203). Sum of RGB (Red+Green+Blue) = 66+216+203=485 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.61% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D8CB is #BD2734. Grayscale: #A9A9A9. Windows color (decimal): -12396341 or 13359170. OLE color: 13359170.
HSL color Cylindrical-coordinate representation of color #42D8CB: hue angle of 174.8º 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 #42D8CB is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 203 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.15 |
| HSL | 174.8º | 0.66% | 0.55% | - |
| HSV(B) | 174.8º | 0.69% | 0.85% | - |
| XYZ | 37.58 | 54.58 | 65.05 | - |
| YUV | 169.67 | 146.81 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 203 | 0.69 | 0 | 0.06 | 0.15 | 174.8 | 0.66 | 0.55 |
| Hex | 42 | D8 | CB | 45 | 0 | 6 | F | AF | 42 | 37 |
| Octal | 102 | 330 | 313 | 105 | 0 | 6 | 17 | 257 | 102 | 67 |
| Binary | 1000010 | 11011000 | 11001011 | 1000101 | 0 | 110 | 1111 | 10101111 | 1000010 | 110111 |
Color Harmonies of #42D8CB
Complementary color
Monochromatic Colors of #42D8CB
Black with #42D8CB
Text Example
Text Example
White with #42D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8CB; }
p { color: rgb(66,216,203); }
H1.HeaderClassName
{
color: #42D8CB;
}
.AnyTagClassName
{
color: #42D8CB;
}
</style>
background-color css
<style>
a { background-color: #42D8CB; }
a { background-color: rgb(66,216,203); }
div.DivClassName
{
background-color: #42D8CB;
}
.BgClassName
{
background-color: #42D8CB;
}
</style>
border-color css
<style>
span { border-color: #42D8CB; }
span { border-color: rgb(66,216,203); }
td.TdClassName
{
border-color: #42D8CB;
}
.TagClassName
{
border-color: #42D8CB;
}
</style>