Shades of Medium Turquoise #42CFDF
Tints of Medium Turquoise #42CFDF
RGB
CMYK
RGB Variations
Color information
#42CFDF (or 0x42CFDF) is known color: Medium Turquoise. HEX triplet: 42, CF and DF. RGB value is (66,207,223). Sum of RGB (Red+Green+Blue) = 66+207+223=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #42CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFDF is #BD3020. Grayscale: #A6A6A6. Windows color (decimal): -12398625 or 14667586. OLE color: 14667586.
HSL color Cylindrical-coordinate representation of color #42CFDF: hue angle of 186.11º 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 #42CFDF is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 207 | 223 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.13 |
| HSL | 186.11º | 0.71% | 0.57% | - |
| HSV(B) | 186.11º | 0.7% | 0.87% | - |
| XYZ | 37.88 | 51.11 | 77.68 | - |
| YUV | 166.67 | 159.79 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 223 | 0.70 | 0.07 | 0 | 0.13 | 186.11 | 0.71 | 0.57 |
| Hex | 42 | CF | DF | 46 | 7 | 0 | D | BA | 47 | 39 |
| Octal | 102 | 317 | 337 | 106 | 7 | 0 | 15 | 272 | 107 | 71 |
| Binary | 1000010 | 11001111 | 11011111 | 1000110 | 111 | 0 | 1101 | 10111010 | 1000111 | 111001 |
Color Harmonies of #42CFDF
Complementary color
Monochromatic Colors of #42CFDF
Black with #42CFDF
Text Example
Text Example
White with #42CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFDF; }
p { color: rgb(66,207,223); }
H1.HeaderClassName
{
color: #42CFDF;
}
.AnyTagClassName
{
color: #42CFDF;
}
</style>
background-color css
<style>
a { background-color: #42CFDF; }
a { background-color: rgb(66,207,223); }
div.DivClassName
{
background-color: #42CFDF;
}
.BgClassName
{
background-color: #42CFDF;
}
</style>
border-color css
<style>
span { border-color: #42CFDF; }
span { border-color: rgb(66,207,223); }
td.TdClassName
{
border-color: #42CFDF;
}
.TagClassName
{
border-color: #42CFDF;
}
</style>