Shades of Turquoise #40F3FB
Tints of Turquoise #40F3FB
RGB
CMYK
RGB Variations
Color information
#40F3FB (or 0x40F3FB) is known color: Turquoise. HEX triplet: 40, F3 and FB. RGB value is (64,243,251). Sum of RGB (Red+Green+Blue) = 64+243+251=558 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.47% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #40F3FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F3FB is #BF0C04. Grayscale: #BEBEBE. Windows color (decimal): -12520453 or 16511808. OLE color: 16511808.
HSL color Cylindrical-coordinate representation of color #40F3FB: hue angle of 182.57º 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 #40F3FB is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 243 | 251 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.02 |
| HSL | 182.57º | 0.96% | 0.62% | - |
| HSV(B) | 182.57º | 0.75% | 0.98% | - |
| XYZ | 51.58 | 72.16 | 102.48 | - |
| YUV | 190.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 251 | 0.75 | 0.03 | 0 | 0.02 | 182.57 | 0.96 | 0.62 |
| Hex | 40 | F3 | FB | 4B | 3 | 0 | 2 | B7 | 60 | 3E |
| Octal | 100 | 363 | 373 | 113 | 3 | 0 | 2 | 267 | 140 | 76 |
| Binary | 1000000 | 11110011 | 11111011 | 1001011 | 11 | 0 | 10 | 10110111 | 1100000 | 111110 |
Color Harmonies of #40F3FB
Complementary color
Monochromatic Colors of #40F3FB
Black with #40F3FB
Text Example
Text Example
White with #40F3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F3FB; }
p { color: rgb(64,243,251); }
H1.HeaderClassName
{
color: #40F3FB;
}
.AnyTagClassName
{
color: #40F3FB;
}
</style>
background-color css
<style>
a { background-color: #40F3FB; }
a { background-color: rgb(64,243,251); }
div.DivClassName
{
background-color: #40F3FB;
}
.BgClassName
{
background-color: #40F3FB;
}
</style>
border-color css
<style>
span { border-color: #40F3FB; }
span { border-color: rgb(64,243,251); }
td.TdClassName
{
border-color: #40F3FB;
}
.TagClassName
{
border-color: #40F3FB;
}
</style>