Shades of Turquoise #3FD8F1
Tints of Turquoise #3FD8F1
RGB
CMYK
RGB Variations
Color information
#3FD8F1 (or 0x3FD8F1) is known color: Turquoise. HEX triplet: 3F, D8 and F1. RGB value is (63,216,241). Sum of RGB (Red+Green+Blue) = 63+216+241=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FD8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD8F1 is #C0270E. Grayscale: #ACACAC. Windows color (decimal): -12592911 or 15849535. OLE color: 15849535.
HSL color Cylindrical-coordinate representation of color #3FD8F1: hue angle of 188.43º degrees, saturation: 0.86, 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 #3FD8F1 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 216 | 241 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.05 |
| HSL | 188.43º | 0.86% | 0.6% | - |
| HSV(B) | 188.43º | 0.74% | 0.95% | - |
| XYZ | 42.48 | 56.52 | 91.89 | - |
| YUV | 173.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 241 | 0.74 | 0.10 | 0 | 0.05 | 188.43 | 0.86 | 0.6 |
| Hex | 3F | D8 | F1 | 4A | A | 0 | 5 | BC | 56 | 3C |
| Octal | 77 | 330 | 361 | 112 | 12 | 0 | 5 | 274 | 126 | 74 |
| Binary | 111111 | 11011000 | 11110001 | 1001010 | 1010 | 0 | 101 | 10111100 | 1010110 | 111100 |
Color Harmonies of #3FD8F1
Complementary color
Monochromatic Colors of #3FD8F1
Black with #3FD8F1
Text Example
Text Example
White with #3FD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD8F1; }
p { color: rgb(63,216,241); }
H1.HeaderClassName
{
color: #3FD8F1;
}
.AnyTagClassName
{
color: #3FD8F1;
}
</style>
background-color css
<style>
a { background-color: #3FD8F1; }
a { background-color: rgb(63,216,241); }
div.DivClassName
{
background-color: #3FD8F1;
}
.BgClassName
{
background-color: #3FD8F1;
}
</style>
border-color css
<style>
span { border-color: #3FD8F1; }
span { border-color: rgb(63,216,241); }
td.TdClassName
{
border-color: #3FD8F1;
}
.TagClassName
{
border-color: #3FD8F1;
}
</style>