Shades of Turquoise #3FD5E7
Tints of Turquoise #3FD5E7
RGB
CMYK
RGB Variations
Color information
#3FD5E7 (or 0x3FD5E7) is known color: Turquoise. HEX triplet: 3F, D5 and E7. RGB value is (63,213,231). Sum of RGB (Red+Green+Blue) = 63+213+231=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #3FD5E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD5E7 is #C02A18. Grayscale: #A9A9A9. Windows color (decimal): -12593689 or 15193407. OLE color: 15193407.
HSL color Cylindrical-coordinate representation of color #3FD5E7: hue angle of 186.43º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FD5E7 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 213 | 231 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.09 |
| HSL | 186.43º | 0.78% | 0.58% | - |
| HSV(B) | 186.43º | 0.73% | 0.91% | - |
| XYZ | 40.27 | 54.41 | 83.98 | - |
| YUV | 170.2 | 162.31 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 231 | 0.73 | 0.08 | 0 | 0.09 | 186.43 | 0.78 | 0.58 |
| Hex | 3F | D5 | E7 | 49 | 8 | 0 | 9 | BA | 4E | 3A |
| Octal | 77 | 325 | 347 | 111 | 10 | 0 | 11 | 272 | 116 | 72 |
| Binary | 111111 | 11010101 | 11100111 | 1001001 | 1000 | 0 | 1001 | 10111010 | 1001110 | 111010 |
Color Harmonies of #3FD5E7
Complementary color
Monochromatic Colors of #3FD5E7
Black with #3FD5E7
Text Example
Text Example
White with #3FD5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD5E7; }
p { color: rgb(63,213,231); }
H1.HeaderClassName
{
color: #3FD5E7;
}
.AnyTagClassName
{
color: #3FD5E7;
}
</style>
background-color css
<style>
a { background-color: #3FD5E7; }
a { background-color: rgb(63,213,231); }
div.DivClassName
{
background-color: #3FD5E7;
}
.BgClassName
{
background-color: #3FD5E7;
}
</style>
border-color css
<style>
span { border-color: #3FD5E7; }
span { border-color: rgb(63,213,231); }
td.TdClassName
{
border-color: #3FD5E7;
}
.TagClassName
{
border-color: #3FD5E7;
}
</style>