Shades of Turquoise #3FE4F7
Tints of Turquoise #3FE4F7
RGB
CMYK
RGB Variations
Color information
#3FE4F7 (or 0x3FE4F7) is known color: Turquoise. HEX triplet: 3F, E4 and F7. RGB value is (63,228,247). Sum of RGB (Red+Green+Blue) = 63+228+247=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #3FE4F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE4F7 is #C01B08. Grayscale: #B4B4B4. Windows color (decimal): -12589833 or 16245823. OLE color: 16245823.
HSL color Cylindrical-coordinate representation of color #3FE4F7: hue angle of 186.2º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FE4F7 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 228 | 247 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.03 |
| HSL | 186.2º | 0.92% | 0.61% | - |
| HSV(B) | 186.2º | 0.74% | 0.97% | - |
| XYZ | 46.58 | 63.26 | 97.75 | - |
| YUV | 180.83 | 165.34 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 247 | 0.74 | 0.08 | 0 | 0.03 | 186.2 | 0.92 | 0.61 |
| Hex | 3F | E4 | F7 | 4A | 8 | 0 | 3 | BA | 5C | 3D |
| Octal | 77 | 344 | 367 | 112 | 10 | 0 | 3 | 272 | 134 | 75 |
| Binary | 111111 | 11100100 | 11110111 | 1001010 | 1000 | 0 | 11 | 10111010 | 1011100 | 111101 |
Color Harmonies of #3FE4F7
Complementary color
Monochromatic Colors of #3FE4F7
Black with #3FE4F7
Text Example
Text Example
White with #3FE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE4F7; }
p { color: rgb(63,228,247); }
H1.HeaderClassName
{
color: #3FE4F7;
}
.AnyTagClassName
{
color: #3FE4F7;
}
</style>
background-color css
<style>
a { background-color: #3FE4F7; }
a { background-color: rgb(63,228,247); }
div.DivClassName
{
background-color: #3FE4F7;
}
.BgClassName
{
background-color: #3FE4F7;
}
</style>
border-color css
<style>
span { border-color: #3FE4F7; }
span { border-color: rgb(63,228,247); }
td.TdClassName
{
border-color: #3FE4F7;
}
.TagClassName
{
border-color: #3FE4F7;
}
</style>