Shades of Medium Turquoise #42CADB
Tints of Medium Turquoise #42CADB
RGB
CMYK
RGB Variations
Color information
#42CADB (or 0x42CADB) is known color: Medium Turquoise. HEX triplet: 42, CA and DB. RGB value is (66,202,219). Sum of RGB (Red+Green+Blue) = 66+202+219=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #42CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CADB is #BD3524. Grayscale: #A3A3A3. Windows color (decimal): -12399909 or 14404162. OLE color: 14404162.
HSL color Cylindrical-coordinate representation of color #42CADB: hue angle of 186.67º 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 #42CADB is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 202 | 219 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.14 |
| HSL | 186.67º | 0.68% | 0.56% | - |
| HSV(B) | 186.67º | 0.7% | 0.86% | - |
| XYZ | 36.15 | 48.51 | 74.48 | - |
| YUV | 163.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 219 | 0.70 | 0.08 | 0 | 0.14 | 186.67 | 0.68 | 0.56 |
| Hex | 42 | CA | DB | 46 | 8 | 0 | E | BB | 44 | 38 |
| Octal | 102 | 312 | 333 | 106 | 10 | 0 | 16 | 273 | 104 | 70 |
| Binary | 1000010 | 11001010 | 11011011 | 1000110 | 1000 | 0 | 1110 | 10111011 | 1000100 | 111000 |
Color Harmonies of #42CADB
Complementary color
Monochromatic Colors of #42CADB
Black with #42CADB
Text Example
Text Example
White with #42CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CADB; }
p { color: rgb(66,202,219); }
H1.HeaderClassName
{
color: #42CADB;
}
.AnyTagClassName
{
color: #42CADB;
}
</style>
background-color css
<style>
a { background-color: #42CADB; }
a { background-color: rgb(66,202,219); }
div.DivClassName
{
background-color: #42CADB;
}
.BgClassName
{
background-color: #42CADB;
}
</style>
border-color css
<style>
span { border-color: #42CADB; }
span { border-color: rgb(66,202,219); }
td.TdClassName
{
border-color: #42CADB;
}
.TagClassName
{
border-color: #42CADB;
}
</style>