Shades of Medium Turquoise #42CCD8
Tints of Medium Turquoise #42CCD8
RGB
CMYK
RGB Variations
Color information
#42CCD8 (or 0x42CCD8) is known color: Medium Turquoise. HEX triplet: 42, CC and D8. RGB value is (66,204,216). Sum of RGB (Red+Green+Blue) = 66+204+216=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #42CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCD8 is #BD3327. Grayscale: #A3A3A3. Windows color (decimal): -12399400 or 14208066. OLE color: 14208066.
HSL color Cylindrical-coordinate representation of color #42CCD8: hue angle of 184.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CCD8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 204 | 216 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.15 |
| HSL | 184.8º | 0.66% | 0.55% | - |
| HSV(B) | 184.8º | 0.69% | 0.85% | - |
| XYZ | 36.23 | 49.3 | 72.57 | - |
| YUV | 164.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 216 | 0.69 | 0.06 | 0 | 0.15 | 184.8 | 0.66 | 0.55 |
| Hex | 42 | CC | D8 | 45 | 6 | 0 | F | B9 | 42 | 37 |
| Octal | 102 | 314 | 330 | 105 | 6 | 0 | 17 | 271 | 102 | 67 |
| Binary | 1000010 | 11001100 | 11011000 | 1000101 | 110 | 0 | 1111 | 10111001 | 1000010 | 110111 |
Color Harmonies of #42CCD8
Complementary color
Monochromatic Colors of #42CCD8
Black with #42CCD8
Text Example
Text Example
White with #42CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCD8; }
p { color: rgb(66,204,216); }
H1.HeaderClassName
{
color: #42CCD8;
}
.AnyTagClassName
{
color: #42CCD8;
}
</style>
background-color css
<style>
a { background-color: #42CCD8; }
a { background-color: rgb(66,204,216); }
div.DivClassName
{
background-color: #42CCD8;
}
.BgClassName
{
background-color: #42CCD8;
}
</style>
border-color css
<style>
span { border-color: #42CCD8; }
span { border-color: rgb(66,204,216); }
td.TdClassName
{
border-color: #42CCD8;
}
.TagClassName
{
border-color: #42CCD8;
}
</style>