Shades of Medium Turquoise #3FD4E5
Tints of Medium Turquoise #3FD4E5
RGB
CMYK
RGB Variations
Color information
#3FD4E5 (or 0x3FD4E5) is known color: Medium Turquoise. HEX triplet: 3F, D4 and E5. RGB value is (63,212,229). Sum of RGB (Red+Green+Blue) = 63+212+229=504 (66% of max value = 765). Red value is 63 (25% from 255 or 12.5% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #3FD4E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FD4E5 is #C02B1A. Grayscale: #A9A9A9. Windows color (decimal): -12593947 or 15062079. OLE color: 15062079.
HSL color Cylindrical-coordinate representation of color #3FD4E5: hue angle of 186.14º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD4E5 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 212 | 229 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.10 |
| HSL | 186.14º | 0.76% | 0.57% | - |
| HSV(B) | 186.14º | 0.72% | 0.9% | - |
| XYZ | 39.74 | 53.8 | 82.42 | - |
| YUV | 169.39 | 161.64 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 212 | 229 | 0.72 | 0.07 | 0 | 0.10 | 186.14 | 0.76 | 0.57 |
| Hex | 3F | D4 | E5 | 48 | 7 | 0 | A | BA | 4C | 39 |
| Octal | 77 | 324 | 345 | 110 | 7 | 0 | 12 | 272 | 114 | 71 |
| Binary | 111111 | 11010100 | 11100101 | 1001000 | 111 | 0 | 1010 | 10111010 | 1001100 | 111001 |
Color Harmonies of #3FD4E5
Complementary color
Monochromatic Colors of #3FD4E5
Black with #3FD4E5
Text Example
Text Example
White with #3FD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD4E5; }
p { color: rgb(63,212,229); }
H1.HeaderClassName
{
color: #3FD4E5;
}
.AnyTagClassName
{
color: #3FD4E5;
}
</style>
background-color css
<style>
a { background-color: #3FD4E5; }
a { background-color: rgb(63,212,229); }
div.DivClassName
{
background-color: #3FD4E5;
}
.BgClassName
{
background-color: #3FD4E5;
}
</style>
border-color css
<style>
span { border-color: #3FD4E5; }
span { border-color: rgb(63,212,229); }
td.TdClassName
{
border-color: #3FD4E5;
}
.TagClassName
{
border-color: #3FD4E5;
}
</style>