Shades of Medium Turquoise #42CBDC
Tints of Medium Turquoise #42CBDC
RGB
CMYK
RGB Variations
Color information
#42CBDC (or 0x42CBDC) is known color: Medium Turquoise. HEX triplet: 42, CB and DC. RGB value is (66,203,220). Sum of RGB (Red+Green+Blue) = 66+203+220=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #42CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBDC is #BD3423. Grayscale: #A3A3A3. Windows color (decimal): -12399652 or 14469954. OLE color: 14469954.
HSL color Cylindrical-coordinate representation of color #42CBDC: hue angle of 186.62º 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 #42CBDC is Cyan = 0.7, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 203 | 220 | - |
| CMYK | 0.7 | 0.08 | 0 | 0.14 |
| HSL | 186.62º | 0.69% | 0.56% | - |
| HSV(B) | 186.62º | 0.7% | 0.86% | - |
| XYZ | 36.52 | 49.04 | 75.25 | - |
| YUV | 163.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 220 | 0.7 | 0.08 | 0 | 0.14 | 186.62 | 0.69 | 0.56 |
| Hex | 42 | CB | DC | 46 | 8 | 0 | E | BB | 45 | 38 |
| Octal | 102 | 313 | 334 | 106 | 10 | 0 | 16 | 273 | 105 | 70 |
| Binary | 1000010 | 11001011 | 11011100 | 1000110 | 1000 | 0 | 1110 | 10111011 | 1000101 | 111000 |
Color Harmonies of #42CBDC
Complementary color
Monochromatic Colors of #42CBDC
Black with #42CBDC
Text Example
Text Example
White with #42CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBDC; }
p { color: rgb(66,203,220); }
H1.HeaderClassName
{
color: #42CBDC;
}
.AnyTagClassName
{
color: #42CBDC;
}
</style>
background-color css
<style>
a { background-color: #42CBDC; }
a { background-color: rgb(66,203,220); }
div.DivClassName
{
background-color: #42CBDC;
}
.BgClassName
{
background-color: #42CBDC;
}
</style>
border-color css
<style>
span { border-color: #42CBDC; }
span { border-color: rgb(66,203,220); }
td.TdClassName
{
border-color: #42CBDC;
}
.TagClassName
{
border-color: #42CBDC;
}
</style>