Shades of Turquoise #3FD7F5
Tints of Turquoise #3FD7F5
RGB
CMYK
RGB Variations
Color information
#3FD7F5 (or 0x3FD7F5) is known color: Turquoise. HEX triplet: 3F, D7 and F5. RGB value is (63,215,245). Sum of RGB (Red+Green+Blue) = 63+215+245=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #3FD7F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD7F5 is #C0280A. Grayscale: #ACACAC. Windows color (decimal): -12593163 or 16111423. OLE color: 16111423.
HSL color Cylindrical-coordinate representation of color #3FD7F5: hue angle of 189.89º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD7F5 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 215 | 245 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.04 |
| HSL | 189.89º | 0.9% | 0.6% | - |
| HSV(B) | 189.89º | 0.74% | 0.96% | - |
| XYZ | 42.83 | 56.25 | 94.99 | - |
| YUV | 172.97 | 168.64 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 245 | 0.74 | 0.12 | 0 | 0.04 | 189.89 | 0.9 | 0.6 |
| Hex | 3F | D7 | F5 | 4A | C | 0 | 4 | BE | 5A | 3C |
| Octal | 77 | 327 | 365 | 112 | 14 | 0 | 4 | 276 | 132 | 74 |
| Binary | 111111 | 11010111 | 11110101 | 1001010 | 1100 | 0 | 100 | 10111110 | 1011010 | 111100 |
Color Harmonies of #3FD7F5
Complementary color
Monochromatic Colors of #3FD7F5
Black with #3FD7F5
Text Example
Text Example
White with #3FD7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD7F5; }
p { color: rgb(63,215,245); }
H1.HeaderClassName
{
color: #3FD7F5;
}
.AnyTagClassName
{
color: #3FD7F5;
}
</style>
background-color css
<style>
a { background-color: #3FD7F5; }
a { background-color: rgb(63,215,245); }
div.DivClassName
{
background-color: #3FD7F5;
}
.BgClassName
{
background-color: #3FD7F5;
}
</style>
border-color css
<style>
span { border-color: #3FD7F5; }
span { border-color: rgb(63,215,245); }
td.TdClassName
{
border-color: #3FD7F5;
}
.TagClassName
{
border-color: #3FD7F5;
}
</style>