Shades of Turquoise #40F9CB
Tints of Turquoise #40F9CB
RGB
CMYK
RGB Variations
Color information
#40F9CB (or 0x40F9CB) is known color: Turquoise. HEX triplet: 40, F9 and CB. RGB value is (64,249,203). Sum of RGB (Red+Green+Blue) = 64+249+203=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F9CB is #BF0634. Grayscale: #BCBCBC. Windows color (decimal): -12518965 or 13367616. OLE color: 13367616.
HSL color Cylindrical-coordinate representation of color #40F9CB: hue angle of 165.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9CB is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 203 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.02 |
| HSL | 165.08º | 0.94% | 0.61% | - |
| HSV(B) | 165.08º | 0.74% | 0.98% | - |
| XYZ | 46.77 | 73.15 | 68.15 | - |
| YUV | 188.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 203 | 0.74 | 0 | 0.18 | 0.02 | 165.08 | 0.94 | 0.61 |
| Hex | 40 | F9 | CB | 4A | 0 | 12 | 2 | A5 | 5E | 3D |
| Octal | 100 | 371 | 313 | 112 | 0 | 22 | 2 | 245 | 136 | 75 |
| Binary | 1000000 | 11111001 | 11001011 | 1001010 | 0 | 10010 | 10 | 10100101 | 1011110 | 111101 |
Color Harmonies of #40F9CB
Complementary color
Monochromatic Colors of #40F9CB
Black with #40F9CB
Text Example
Text Example
White with #40F9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F9CB; }
p { color: rgb(64,249,203); }
H1.HeaderClassName
{
color: #40F9CB;
}
.AnyTagClassName
{
color: #40F9CB;
}
</style>
background-color css
<style>
a { background-color: #40F9CB; }
a { background-color: rgb(64,249,203); }
div.DivClassName
{
background-color: #40F9CB;
}
.BgClassName
{
background-color: #40F9CB;
}
</style>
border-color css
<style>
span { border-color: #40F9CB; }
span { border-color: rgb(64,249,203); }
td.TdClassName
{
border-color: #40F9CB;
}
.TagClassName
{
border-color: #40F9CB;
}
</style>