Shades of Medium Turquoise #42CCD5
Tints of Medium Turquoise #42CCD5
RGB
CMYK
RGB Variations
Color information
#42CCD5 (or 0x42CCD5) is known color: Medium Turquoise. HEX triplet: 42, CC and D5. RGB value is (66,204,213). Sum of RGB (Red+Green+Blue) = 66+204+213=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #42CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCD5 is #BD332A. Grayscale: #A3A3A3. Windows color (decimal): -12399403 or 14011458. OLE color: 14011458.
HSL color Cylindrical-coordinate representation of color #42CCD5: hue angle of 183.67º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CCD5 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 204 | 213 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.16 |
| HSL | 183.67º | 0.64% | 0.55% | - |
| HSV(B) | 183.67º | 0.69% | 0.84% | - |
| XYZ | 35.85 | 49.15 | 70.55 | - |
| YUV | 163.76 | 155.78 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 213 | 0.69 | 0.04 | 0 | 0.16 | 183.67 | 0.64 | 0.55 |
| Hex | 42 | CC | D5 | 45 | 4 | 0 | 10 | B8 | 40 | 37 |
| Octal | 102 | 314 | 325 | 105 | 4 | 0 | 20 | 270 | 100 | 67 |
| Binary | 1000010 | 11001100 | 11010101 | 1000101 | 100 | 0 | 10000 | 10111000 | 1000000 | 110111 |
Color Harmonies of #42CCD5
Complementary color
Monochromatic Colors of #42CCD5
Black with #42CCD5
Text Example
Text Example
White with #42CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCD5; }
p { color: rgb(66,204,213); }
H1.HeaderClassName
{
color: #42CCD5;
}
.AnyTagClassName
{
color: #42CCD5;
}
</style>
background-color css
<style>
a { background-color: #42CCD5; }
a { background-color: rgb(66,204,213); }
div.DivClassName
{
background-color: #42CCD5;
}
.BgClassName
{
background-color: #42CCD5;
}
</style>
border-color css
<style>
span { border-color: #42CCD5; }
span { border-color: rgb(66,204,213); }
td.TdClassName
{
border-color: #42CCD5;
}
.TagClassName
{
border-color: #42CCD5;
}
</style>