Shades of Medium Turquoise #40CFC4
Tints of Medium Turquoise #40CFC4
RGB
CMYK
RGB Variations
Color information
#40CFC4 (or 0x40CFC4) is known color: Medium Turquoise. HEX triplet: 40, CF and C4. RGB value is (64,207,196). Sum of RGB (Red+Green+Blue) = 64+207+196=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFC4 is #BF303B. Grayscale: #A2A2A2. Windows color (decimal): -12529724 or 12898112. OLE color: 12898112.
HSL color Cylindrical-coordinate representation of color #40CFC4: hue angle of 175.38º 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 #40CFC4 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 196 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.19 |
| HSL | 175.38º | 0.6% | 0.53% | - |
| HSV(B) | 175.38º | 0.69% | 0.81% | - |
| XYZ | 34.39 | 49.7 | 60.01 | - |
| YUV | 162.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 196 | 0.69 | 0 | 0.05 | 0.19 | 175.38 | 0.6 | 0.53 |
| Hex | 40 | CF | C4 | 45 | 0 | 5 | 13 | AF | 3C | 35 |
| Octal | 100 | 317 | 304 | 105 | 0 | 5 | 23 | 257 | 74 | 65 |
| Binary | 1000000 | 11001111 | 11000100 | 1000101 | 0 | 101 | 10011 | 10101111 | 111100 | 110101 |
Color Harmonies of #40CFC4
Complementary color
Monochromatic Colors of #40CFC4
Black with #40CFC4
Text Example
Text Example
White with #40CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFC4; }
p { color: rgb(64,207,196); }
H1.HeaderClassName
{
color: #40CFC4;
}
.AnyTagClassName
{
color: #40CFC4;
}
</style>
background-color css
<style>
a { background-color: #40CFC4; }
a { background-color: rgb(64,207,196); }
div.DivClassName
{
background-color: #40CFC4;
}
.BgClassName
{
background-color: #40CFC4;
}
</style>
border-color css
<style>
span { border-color: #40CFC4; }
span { border-color: rgb(64,207,196); }
td.TdClassName
{
border-color: #40CFC4;
}
.TagClassName
{
border-color: #40CFC4;
}
</style>