Shades of Medium Turquoise #42CED1
Tints of Medium Turquoise #42CED1
RGB
CMYK
RGB Variations
Color information
#42CED1 (or 0x42CED1) is known color: Medium Turquoise. HEX triplet: 42, CE and D1. RGB value is (66,206,209). Sum of RGB (Red+Green+Blue) = 66+206+209=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #42CED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CED1 is #BD312E. Grayscale: #A4A4A4. Windows color (decimal): -12398895 or 13749826. OLE color: 13749826.
HSL color Cylindrical-coordinate representation of color #42CED1: hue angle of 181.26º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CED1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 206 | 209 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.18 |
| HSL | 181.26º | 0.61% | 0.54% | - |
| HSV(B) | 181.26º | 0.68% | 0.82% | - |
| XYZ | 35.83 | 49.9 | 68.07 | - |
| YUV | 164.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 209 | 0.68 | 0.01 | 0 | 0.18 | 181.26 | 0.61 | 0.54 |
| Hex | 42 | CE | D1 | 44 | 1 | 0 | 12 | B5 | 3D | 36 |
| Octal | 102 | 316 | 321 | 104 | 1 | 0 | 22 | 265 | 75 | 66 |
| Binary | 1000010 | 11001110 | 11010001 | 1000100 | 1 | 0 | 10010 | 10110101 | 111101 | 110110 |
Color Harmonies of #42CED1
Complementary color
Monochromatic Colors of #42CED1
Black with #42CED1
Text Example
Text Example
White with #42CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CED1; }
p { color: rgb(66,206,209); }
H1.HeaderClassName
{
color: #42CED1;
}
.AnyTagClassName
{
color: #42CED1;
}
</style>
background-color css
<style>
a { background-color: #42CED1; }
a { background-color: rgb(66,206,209); }
div.DivClassName
{
background-color: #42CED1;
}
.BgClassName
{
background-color: #42CED1;
}
</style>
border-color css
<style>
span { border-color: #42CED1; }
span { border-color: rgb(66,206,209); }
td.TdClassName
{
border-color: #42CED1;
}
.TagClassName
{
border-color: #42CED1;
}
</style>