Shades of Turquoise #40FBCB
Tints of Turquoise #40FBCB
RGB
CMYK
RGB Variations
Color information
#40FBCB (or 0x40FBCB) is known color: Turquoise. HEX triplet: 40, FB and CB. RGB value is (64,251,203). Sum of RGB (Red+Green+Blue) = 64+251+203=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBCB is #BF0434. Grayscale: #BDBDBD. Windows color (decimal): -12518453 or 13368128. OLE color: 13368128.
HSL color Cylindrical-coordinate representation of color #40FBCB: hue angle of 164.6º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBCB is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 203 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.02 |
| HSL | 164.6º | 0.96% | 0.62% | - |
| HSV(B) | 164.6º | 0.75% | 0.98% | - |
| XYZ | 47.39 | 74.4 | 68.36 | - |
| YUV | 189.62 | 135.55 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 203 | 0.75 | 0 | 0.19 | 0.02 | 164.6 | 0.96 | 0.62 |
| Hex | 40 | FB | CB | 4B | 0 | 13 | 2 | A5 | 60 | 3E |
| Octal | 100 | 373 | 313 | 113 | 0 | 23 | 2 | 245 | 140 | 76 |
| Binary | 1000000 | 11111011 | 11001011 | 1001011 | 0 | 10011 | 10 | 10100101 | 1100000 | 111110 |
Color Harmonies of #40FBCB
Complementary color
Monochromatic Colors of #40FBCB
Black with #40FBCB
Text Example
Text Example
White with #40FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBCB; }
p { color: rgb(64,251,203); }
H1.HeaderClassName
{
color: #40FBCB;
}
.AnyTagClassName
{
color: #40FBCB;
}
</style>
background-color css
<style>
a { background-color: #40FBCB; }
a { background-color: rgb(64,251,203); }
div.DivClassName
{
background-color: #40FBCB;
}
.BgClassName
{
background-color: #40FBCB;
}
</style>
border-color css
<style>
span { border-color: #40FBCB; }
span { border-color: rgb(64,251,203); }
td.TdClassName
{
border-color: #40FBCB;
}
.TagClassName
{
border-color: #40FBCB;
}
</style>