Shades of Medium Turquoise #42CFD0
Tints of Medium Turquoise #42CFD0
RGB
CMYK
RGB Variations
Color information
#42CFD0 (or 0x42CFD0) is known color: Medium Turquoise. HEX triplet: 42, CF and D0. RGB value is (66,207,208). Sum of RGB (Red+Green+Blue) = 66+207+208=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #42CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFD0 is #BD302F. Grayscale: #A4A4A4. Windows color (decimal): -12398640 or 13684546. OLE color: 13684546.
HSL color Cylindrical-coordinate representation of color #42CFD0: hue angle of 180.42º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFD0 is Cyan = 0.68, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 207 | 208 | - |
| CMYK | 0.68 | 0.00 | 0 | 0.18 |
| HSL | 180.42º | 0.6% | 0.54% | - |
| HSV(B) | 180.42º | 0.68% | 0.82% | - |
| XYZ | 35.94 | 50.34 | 67.5 | - |
| YUV | 164.96 | 152.29 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 208 | 0.68 | 0.00 | 0 | 0.18 | 180.42 | 0.6 | 0.54 |
| Hex | 42 | CF | D0 | 44 | 0 | 0 | 12 | B4 | 3C | 36 |
| Octal | 102 | 317 | 320 | 104 | 0 | 0 | 22 | 264 | 74 | 66 |
| Binary | 1000010 | 11001111 | 11010000 | 1000100 | 0 | 0 | 10010 | 10110100 | 111100 | 110110 |
Color Harmonies of #42CFD0
Complementary color
Monochromatic Colors of #42CFD0
Black with #42CFD0
Text Example
Text Example
White with #42CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFD0; }
p { color: rgb(66,207,208); }
H1.HeaderClassName
{
color: #42CFD0;
}
.AnyTagClassName
{
color: #42CFD0;
}
</style>
background-color css
<style>
a { background-color: #42CFD0; }
a { background-color: rgb(66,207,208); }
div.DivClassName
{
background-color: #42CFD0;
}
.BgClassName
{
background-color: #42CFD0;
}
</style>
border-color css
<style>
span { border-color: #42CFD0; }
span { border-color: rgb(66,207,208); }
td.TdClassName
{
border-color: #42CFD0;
}
.TagClassName
{
border-color: #42CFD0;
}
</style>