Shades of Medium Turquoise #42CCDF
Tints of Medium Turquoise #42CCDF
RGB
CMYK
RGB Variations
Color information
#42CCDF (or 0x42CCDF) is known color: Medium Turquoise. HEX triplet: 42, CC and DF. RGB value is (66,204,223). Sum of RGB (Red+Green+Blue) = 66+204+223=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #42CCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCDF is #BD3320. Grayscale: #A4A4A4. Windows color (decimal): -12399393 or 14666818. OLE color: 14666818.
HSL color Cylindrical-coordinate representation of color #42CCDF: hue angle of 187.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CCDF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 204 | 223 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.13 |
| HSL | 187.26º | 0.71% | 0.57% | - |
| HSV(B) | 187.26º | 0.7% | 0.87% | - |
| XYZ | 37.16 | 49.67 | 77.44 | - |
| YUV | 164.9 | 160.78 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 223 | 0.70 | 0.09 | 0 | 0.13 | 187.26 | 0.71 | 0.57 |
| Hex | 42 | CC | DF | 46 | 9 | 0 | D | BB | 47 | 39 |
| Octal | 102 | 314 | 337 | 106 | 11 | 0 | 15 | 273 | 107 | 71 |
| Binary | 1000010 | 11001100 | 11011111 | 1000110 | 1001 | 0 | 1101 | 10111011 | 1000111 | 111001 |
Color Harmonies of #42CCDF
Complementary color
Monochromatic Colors of #42CCDF
Black with #42CCDF
Text Example
Text Example
White with #42CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCDF; }
p { color: rgb(66,204,223); }
H1.HeaderClassName
{
color: #42CCDF;
}
.AnyTagClassName
{
color: #42CCDF;
}
</style>
background-color css
<style>
a { background-color: #42CCDF; }
a { background-color: rgb(66,204,223); }
div.DivClassName
{
background-color: #42CCDF;
}
.BgClassName
{
background-color: #42CCDF;
}
</style>
border-color css
<style>
span { border-color: #42CCDF; }
span { border-color: rgb(66,204,223); }
td.TdClassName
{
border-color: #42CCDF;
}
.TagClassName
{
border-color: #42CCDF;
}
</style>