Shades of Medium Turquoise #40CFCB
Tints of Medium Turquoise #40CFCB
RGB
CMYK
RGB Variations
Color information
#40CFCB (or 0x40CFCB) is known color: Medium Turquoise. HEX triplet: 40, CF and CB. RGB value is (64,207,203). Sum of RGB (Red+Green+Blue) = 64+207+203=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFCB is #BF3034. Grayscale: #A3A3A3. Windows color (decimal): -12529717 or 13356864. OLE color: 13356864.
HSL color Cylindrical-coordinate representation of color #40CFCB: hue angle of 178.32º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CFCB is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 203 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.19 |
| HSL | 178.32º | 0.6% | 0.53% | - |
| HSV(B) | 178.32º | 0.69% | 0.81% | - |
| XYZ | 35.21 | 50.03 | 64.3 | - |
| YUV | 163.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 203 | 0.69 | 0 | 0.02 | 0.19 | 178.32 | 0.6 | 0.53 |
| Hex | 40 | CF | CB | 45 | 0 | 2 | 13 | B2 | 3C | 35 |
| Octal | 100 | 317 | 313 | 105 | 0 | 2 | 23 | 262 | 74 | 65 |
| Binary | 1000000 | 11001111 | 11001011 | 1000101 | 0 | 10 | 10011 | 10110010 | 111100 | 110101 |
Color Harmonies of #40CFCB
Complementary color
Monochromatic Colors of #40CFCB
Black with #40CFCB
Text Example
Text Example
White with #40CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFCB; }
p { color: rgb(64,207,203); }
H1.HeaderClassName
{
color: #40CFCB;
}
.AnyTagClassName
{
color: #40CFCB;
}
</style>
background-color css
<style>
a { background-color: #40CFCB; }
a { background-color: rgb(64,207,203); }
div.DivClassName
{
background-color: #40CFCB;
}
.BgClassName
{
background-color: #40CFCB;
}
</style>
border-color css
<style>
span { border-color: #40CFCB; }
span { border-color: rgb(64,207,203); }
td.TdClassName
{
border-color: #40CFCB;
}
.TagClassName
{
border-color: #40CFCB;
}
</style>