Shades of Medium Turquoise #42D4DB
Tints of Medium Turquoise #42D4DB
RGB
CMYK
RGB Variations
Color information
#42D4DB (or 0x42D4DB) is known color: Medium Turquoise. HEX triplet: 42, D4 and DB. RGB value is (66,212,219). Sum of RGB (Red+Green+Blue) = 66+212+219=497 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.28% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #42D4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D4DB is #BD2B24. Grayscale: #A8A8A8. Windows color (decimal): -12397349 or 14406722. OLE color: 14406722.
HSL color Cylindrical-coordinate representation of color #42D4DB: hue angle of 182.75º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D4DB is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 212 | 219 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.14 |
| HSL | 182.75º | 0.68% | 0.56% | - |
| HSV(B) | 182.75º | 0.7% | 0.86% | - |
| XYZ | 38.58 | 53.36 | 75.28 | - |
| YUV | 169.14 | 156.13 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 219 | 0.70 | 0.03 | 0 | 0.14 | 182.75 | 0.68 | 0.56 |
| Hex | 42 | D4 | DB | 46 | 3 | 0 | E | B7 | 44 | 38 |
| Octal | 102 | 324 | 333 | 106 | 3 | 0 | 16 | 267 | 104 | 70 |
| Binary | 1000010 | 11010100 | 11011011 | 1000110 | 11 | 0 | 1110 | 10110111 | 1000100 | 111000 |
Color Harmonies of #42D4DB
Complementary color
Monochromatic Colors of #42D4DB
Black with #42D4DB
Text Example
Text Example
White with #42D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4DB; }
p { color: rgb(66,212,219); }
H1.HeaderClassName
{
color: #42D4DB;
}
.AnyTagClassName
{
color: #42D4DB;
}
</style>
background-color css
<style>
a { background-color: #42D4DB; }
a { background-color: rgb(66,212,219); }
div.DivClassName
{
background-color: #42D4DB;
}
.BgClassName
{
background-color: #42D4DB;
}
</style>
border-color css
<style>
span { border-color: #42D4DB; }
span { border-color: rgb(66,212,219); }
td.TdClassName
{
border-color: #42D4DB;
}
.TagClassName
{
border-color: #42D4DB;
}
</style>