Shades of Medium Turquoise #42CEDB
Tints of Medium Turquoise #42CEDB
RGB
CMYK
RGB Variations
Color information
#42CEDB (or 0x42CEDB) is known color: Medium Turquoise. HEX triplet: 42, CE and DB. RGB value is (66,206,219). Sum of RGB (Red+Green+Blue) = 66+206+219=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #42CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CEDB is #BD3124. Grayscale: #A5A5A5. Windows color (decimal): -12398885 or 14405186. OLE color: 14405186.
HSL color Cylindrical-coordinate representation of color #42CEDB: hue angle of 185.1º 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 #42CEDB is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 206 | 219 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.14 |
| HSL | 185.1º | 0.68% | 0.56% | - |
| HSV(B) | 185.1º | 0.7% | 0.86% | - |
| XYZ | 37.1 | 50.42 | 74.79 | - |
| YUV | 165.62 | 158.12 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 219 | 0.70 | 0.06 | 0 | 0.14 | 185.1 | 0.68 | 0.56 |
| Hex | 42 | CE | DB | 46 | 6 | 0 | E | B9 | 44 | 38 |
| Octal | 102 | 316 | 333 | 106 | 6 | 0 | 16 | 271 | 104 | 70 |
| Binary | 1000010 | 11001110 | 11011011 | 1000110 | 110 | 0 | 1110 | 10111001 | 1000100 | 111000 |
Color Harmonies of #42CEDB
Complementary color
Monochromatic Colors of #42CEDB
Black with #42CEDB
Text Example
Text Example
White with #42CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEDB; }
p { color: rgb(66,206,219); }
H1.HeaderClassName
{
color: #42CEDB;
}
.AnyTagClassName
{
color: #42CEDB;
}
</style>
background-color css
<style>
a { background-color: #42CEDB; }
a { background-color: rgb(66,206,219); }
div.DivClassName
{
background-color: #42CEDB;
}
.BgClassName
{
background-color: #42CEDB;
}
</style>
border-color css
<style>
span { border-color: #42CEDB; }
span { border-color: rgb(66,206,219); }
td.TdClassName
{
border-color: #42CEDB;
}
.TagClassName
{
border-color: #42CEDB;
}
</style>