Shades of Turquoise #40ECFB
Tints of Turquoise #40ECFB
RGB
CMYK
RGB Variations
Color information
#40ECFB (or 0x40ECFB) is known color: Turquoise. HEX triplet: 40, EC and FB. RGB value is (64,236,251). Sum of RGB (Red+Green+Blue) = 64+236+251=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #40ECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECFB is #BF1304. Grayscale: #BABABA. Windows color (decimal): -12522245 or 16510016. OLE color: 16510016.
HSL color Cylindrical-coordinate representation of color #40ECFB: hue angle of 184.81º 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 #40ECFB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 236 | 251 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.02 |
| HSL | 184.81º | 0.96% | 0.62% | - |
| HSV(B) | 184.81º | 0.75% | 0.98% | - |
| XYZ | 49.52 | 68.05 | 101.79 | - |
| YUV | 186.28 | 164.52 | 40.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 251 | 0.75 | 0.06 | 0 | 0.02 | 184.81 | 0.96 | 0.62 |
| Hex | 40 | EC | FB | 4B | 6 | 0 | 2 | B9 | 60 | 3E |
| Octal | 100 | 354 | 373 | 113 | 6 | 0 | 2 | 271 | 140 | 76 |
| Binary | 1000000 | 11101100 | 11111011 | 1001011 | 110 | 0 | 10 | 10111001 | 1100000 | 111110 |
Color Harmonies of #40ECFB
Complementary color
Monochromatic Colors of #40ECFB
Black with #40ECFB
Text Example
Text Example
White with #40ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECFB; }
p { color: rgb(64,236,251); }
H1.HeaderClassName
{
color: #40ECFB;
}
.AnyTagClassName
{
color: #40ECFB;
}
</style>
background-color css
<style>
a { background-color: #40ECFB; }
a { background-color: rgb(64,236,251); }
div.DivClassName
{
background-color: #40ECFB;
}
.BgClassName
{
background-color: #40ECFB;
}
</style>
border-color css
<style>
span { border-color: #40ECFB; }
span { border-color: rgb(64,236,251); }
td.TdClassName
{
border-color: #40ECFB;
}
.TagClassName
{
border-color: #40ECFB;
}
</style>