Shades of Medium Turquoise #42CDDC
Tints of Medium Turquoise #42CDDC
RGB
CMYK
RGB Variations
Color information
#42CDDC (or 0x42CDDC) is known color: Medium Turquoise. HEX triplet: 42, CD and DC. RGB value is (66,205,220). Sum of RGB (Red+Green+Blue) = 66+205+220=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #42CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDDC is #BD3223. Grayscale: #A4A4A4. Windows color (decimal): -12399140 or 14470466. OLE color: 14470466.
HSL color Cylindrical-coordinate representation of color #42CDDC: hue angle of 185.84º degrees, saturation: 0.69, 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 #42CDDC is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 205 | 220 | - |
| CMYK | 0.7 | 0.07 | 0 | 0.14 |
| HSL | 185.84º | 0.69% | 0.56% | - |
| HSV(B) | 185.84º | 0.7% | 0.86% | - |
| XYZ | 37 | 49.99 | 75.41 | - |
| YUV | 165.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 220 | 0.7 | 0.07 | 0 | 0.14 | 185.84 | 0.69 | 0.56 |
| Hex | 42 | CD | DC | 46 | 7 | 0 | E | BA | 45 | 38 |
| Octal | 102 | 315 | 334 | 106 | 7 | 0 | 16 | 272 | 105 | 70 |
| Binary | 1000010 | 11001101 | 11011100 | 1000110 | 111 | 0 | 1110 | 10111010 | 1000101 | 111000 |
Color Harmonies of #42CDDC
Complementary color
Monochromatic Colors of #42CDDC
Black with #42CDDC
Text Example
Text Example
White with #42CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDDC; }
p { color: rgb(66,205,220); }
H1.HeaderClassName
{
color: #42CDDC;
}
.AnyTagClassName
{
color: #42CDDC;
}
</style>
background-color css
<style>
a { background-color: #42CDDC; }
a { background-color: rgb(66,205,220); }
div.DivClassName
{
background-color: #42CDDC;
}
.BgClassName
{
background-color: #42CDDC;
}
</style>
border-color css
<style>
span { border-color: #42CDDC; }
span { border-color: rgb(66,205,220); }
td.TdClassName
{
border-color: #42CDDC;
}
.TagClassName
{
border-color: #42CDDC;
}
</style>