Shades of Turquoise #40EBF6
Tints of Turquoise #40EBF6
RGB
CMYK
RGB Variations
Color information
#40EBF6 (or 0x40EBF6) is known color: Turquoise. HEX triplet: 40, EB and F6. RGB value is (64,235,246). Sum of RGB (Red+Green+Blue) = 64+235+246=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #40EBF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EBF6 is #BF1409. Grayscale: #B8B8B8. Windows color (decimal): -12522506 or 16182080. OLE color: 16182080.
HSL color Cylindrical-coordinate representation of color #40EBF6: hue angle of 183.63º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40EBF6 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 235 | 246 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.04 |
| HSL | 183.63º | 0.91% | 0.61% | - |
| HSV(B) | 183.63º | 0.74% | 0.96% | - |
| XYZ | 48.46 | 67.16 | 97.6 | - |
| YUV | 185.13 | 162.35 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 246 | 0.74 | 0.04 | 0 | 0.04 | 183.63 | 0.91 | 0.61 |
| Hex | 40 | EB | F6 | 4A | 4 | 0 | 4 | B8 | 5B | 3D |
| Octal | 100 | 353 | 366 | 112 | 4 | 0 | 4 | 270 | 133 | 75 |
| Binary | 1000000 | 11101011 | 11110110 | 1001010 | 100 | 0 | 100 | 10111000 | 1011011 | 111101 |
Color Harmonies of #40EBF6
Complementary color
Monochromatic Colors of #40EBF6
Black with #40EBF6
Text Example
Text Example
White with #40EBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EBF6; }
p { color: rgb(64,235,246); }
H1.HeaderClassName
{
color: #40EBF6;
}
.AnyTagClassName
{
color: #40EBF6;
}
</style>
background-color css
<style>
a { background-color: #40EBF6; }
a { background-color: rgb(64,235,246); }
div.DivClassName
{
background-color: #40EBF6;
}
.BgClassName
{
background-color: #40EBF6;
}
</style>
border-color css
<style>
span { border-color: #40EBF6; }
span { border-color: rgb(64,235,246); }
td.TdClassName
{
border-color: #40EBF6;
}
.TagClassName
{
border-color: #40EBF6;
}
</style>