Shades of Turquoise #3FE4FB
Tints of Turquoise #3FE4FB
RGB
CMYK
RGB Variations
Color information
#3FE4FB (or 0x3FE4FB) is known color: Turquoise. HEX triplet: 3F, E4 and FB. RGB value is (63,228,251). Sum of RGB (Red+Green+Blue) = 63+228+251=542 (71% of max value = 765). Red value is 63 (25% from 255 or 11.62% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #3FE4FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FE4FB is #C01B04. Grayscale: #B5B5B5. Windows color (decimal): -12589829 or 16507967. OLE color: 16507967.
HSL color Cylindrical-coordinate representation of color #3FE4FB: hue angle of 187.34º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE4FB is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 228 | 251 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.02 |
| HSL | 187.34º | 0.96% | 0.62% | - |
| HSV(B) | 187.34º | 0.75% | 0.98% | - |
| XYZ | 47.21 | 63.51 | 101.04 | - |
| YUV | 181.29 | 167.34 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 251 | 0.75 | 0.09 | 0 | 0.02 | 187.34 | 0.96 | 0.62 |
| Hex | 3F | E4 | FB | 4B | 9 | 0 | 2 | BB | 60 | 3E |
| Octal | 77 | 344 | 373 | 113 | 11 | 0 | 2 | 273 | 140 | 76 |
| Binary | 111111 | 11100100 | 11111011 | 1001011 | 1001 | 0 | 10 | 10111011 | 1100000 | 111110 |
Color Harmonies of #3FE4FB
Complementary color
Monochromatic Colors of #3FE4FB
Black with #3FE4FB
Text Example
Text Example
White with #3FE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE4FB; }
p { color: rgb(63,228,251); }
H1.HeaderClassName
{
color: #3FE4FB;
}
.AnyTagClassName
{
color: #3FE4FB;
}
</style>
background-color css
<style>
a { background-color: #3FE4FB; }
a { background-color: rgb(63,228,251); }
div.DivClassName
{
background-color: #3FE4FB;
}
.BgClassName
{
background-color: #3FE4FB;
}
</style>
border-color css
<style>
span { border-color: #3FE4FB; }
span { border-color: rgb(63,228,251); }
td.TdClassName
{
border-color: #3FE4FB;
}
.TagClassName
{
border-color: #3FE4FB;
}
</style>