Shades of Medium Turquoise #42CFCC
Tints of Medium Turquoise #42CFCC
RGB
CMYK
RGB Variations
Color information
#42CFCC (or 0x42CFCC) is known color: Medium Turquoise. HEX triplet: 42, CF and CC. RGB value is (66,207,204). Sum of RGB (Red+Green+Blue) = 66+207+204=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFCC is #BD3033. Grayscale: #A4A4A4. Windows color (decimal): -12398644 or 13422402. OLE color: 13422402.
HSL color Cylindrical-coordinate representation of color #42CFCC: hue angle of 178.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFCC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 204 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.19 |
| HSL | 178.72º | 0.59% | 0.54% | - |
| HSV(B) | 178.72º | 0.68% | 0.81% | - |
| XYZ | 35.46 | 50.14 | 64.94 | - |
| YUV | 164.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 204 | 0.68 | 0 | 0.01 | 0.19 | 178.72 | 0.59 | 0.54 |
| Hex | 42 | CF | CC | 44 | 0 | 1 | 13 | B3 | 3B | 36 |
| Octal | 102 | 317 | 314 | 104 | 0 | 1 | 23 | 263 | 73 | 66 |
| Binary | 1000010 | 11001111 | 11001100 | 1000100 | 0 | 1 | 10011 | 10110011 | 111011 | 110110 |
Color Harmonies of #42CFCC
Complementary color
Monochromatic Colors of #42CFCC
Black with #42CFCC
Text Example
Text Example
White with #42CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFCC; }
p { color: rgb(66,207,204); }
H1.HeaderClassName
{
color: #42CFCC;
}
.AnyTagClassName
{
color: #42CFCC;
}
</style>
background-color css
<style>
a { background-color: #42CFCC; }
a { background-color: rgb(66,207,204); }
div.DivClassName
{
background-color: #42CFCC;
}
.BgClassName
{
background-color: #42CFCC;
}
</style>
border-color css
<style>
span { border-color: #42CFCC; }
span { border-color: rgb(66,207,204); }
td.TdClassName
{
border-color: #42CFCC;
}
.TagClassName
{
border-color: #42CFCC;
}
</style>