Shades of Turquoise #40F2DE
Tints of Turquoise #40F2DE
RGB
CMYK
RGB Variations
Color information
#40F2DE (or 0x40F2DE) is known color: Turquoise. HEX triplet: 40, F2 and DE. RGB value is (64,242,222). Sum of RGB (Red+Green+Blue) = 64+242+222=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #40F2DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F2DE is #BF0D21. Grayscale: #BABABA. Windows color (decimal): -12520738 or 14611008. OLE color: 14611008.
HSL color Cylindrical-coordinate representation of color #40F2DE: hue angle of 173.26º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F2DE is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 222 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.05 |
| HSL | 173.26º | 0.87% | 0.6% | - |
| HSV(B) | 173.26º | 0.74% | 0.95% | - |
| XYZ | 47.05 | 69.87 | 80.11 | - |
| YUV | 186.5 | 148.03 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 222 | 0.74 | 0 | 0.08 | 0.05 | 173.26 | 0.87 | 0.6 |
| Hex | 40 | F2 | DE | 4A | 0 | 8 | 5 | AD | 57 | 3C |
| Octal | 100 | 362 | 336 | 112 | 0 | 10 | 5 | 255 | 127 | 74 |
| Binary | 1000000 | 11110010 | 11011110 | 1001010 | 0 | 1000 | 101 | 10101101 | 1010111 | 111100 |
Color Harmonies of #40F2DE
Complementary color
Monochromatic Colors of #40F2DE
Black with #40F2DE
Text Example
Text Example
White with #40F2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F2DE; }
p { color: rgb(64,242,222); }
H1.HeaderClassName
{
color: #40F2DE;
}
.AnyTagClassName
{
color: #40F2DE;
}
</style>
background-color css
<style>
a { background-color: #40F2DE; }
a { background-color: rgb(64,242,222); }
div.DivClassName
{
background-color: #40F2DE;
}
.BgClassName
{
background-color: #40F2DE;
}
</style>
border-color css
<style>
span { border-color: #40F2DE; }
span { border-color: rgb(64,242,222); }
td.TdClassName
{
border-color: #40F2DE;
}
.TagClassName
{
border-color: #40F2DE;
}
</style>