Shades of Turquoise #40F5F8
Tints of Turquoise #40F5F8
RGB
CMYK
RGB Variations
Color information
#40F5F8 (or 0x40F5F8) is known color: Turquoise. HEX triplet: 40, F5 and F8. RGB value is (64,245,248). Sum of RGB (Red+Green+Blue) = 64+245+248=557 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.49% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #40F5F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F5F8 is #BF0A07. Grayscale: #BFBFBF. Windows color (decimal): -12519944 or 16315712. OLE color: 16315712.
HSL color Cylindrical-coordinate representation of color #40F5F8: hue angle of 180.98º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F5F8 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 245 | 248 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.03 |
| HSL | 180.98º | 0.93% | 0.61% | - |
| HSV(B) | 180.98º | 0.74% | 0.97% | - |
| XYZ | 51.71 | 73.17 | 100.21 | - |
| YUV | 191.22 | 160.03 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 248 | 0.74 | 0.01 | 0 | 0.03 | 180.98 | 0.93 | 0.61 |
| Hex | 40 | F5 | F8 | 4A | 1 | 0 | 3 | B5 | 5D | 3D |
| Octal | 100 | 365 | 370 | 112 | 1 | 0 | 3 | 265 | 135 | 75 |
| Binary | 1000000 | 11110101 | 11111000 | 1001010 | 1 | 0 | 11 | 10110101 | 1011101 | 111101 |
Color Harmonies of #40F5F8
Complementary color
Monochromatic Colors of #40F5F8
Black with #40F5F8
Text Example
Text Example
White with #40F5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5F8; }
p { color: rgb(64,245,248); }
H1.HeaderClassName
{
color: #40F5F8;
}
.AnyTagClassName
{
color: #40F5F8;
}
</style>
background-color css
<style>
a { background-color: #40F5F8; }
a { background-color: rgb(64,245,248); }
div.DivClassName
{
background-color: #40F5F8;
}
.BgClassName
{
background-color: #40F5F8;
}
</style>
border-color css
<style>
span { border-color: #40F5F8; }
span { border-color: rgb(64,245,248); }
td.TdClassName
{
border-color: #40F5F8;
}
.TagClassName
{
border-color: #40F5F8;
}
</style>