Shades of Turquoise #3FE8FE
Tints of Turquoise #3FE8FE
RGB
CMYK
RGB Variations
Color information
#3FE8FE (or 0x3FE8FE) is known color: Turquoise. HEX triplet: 3F, E8 and FE. RGB value is (63,232,254). Sum of RGB (Red+Green+Blue) = 63+232+254=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #3FE8FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FE8FE is #C01701. Grayscale: #B7B7B7. Windows color (decimal): -12588802 or 16705599. OLE color: 16705599.
HSL color Cylindrical-coordinate representation of color #3FE8FE: hue angle of 186.91º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE8FE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 232 | 254 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.00 |
| HSL | 186.91º | 0.99% | 0.62% | - |
| HSV(B) | 186.91º | 0.75% | 1% | - |
| XYZ | 48.8 | 65.93 | 103.92 | - |
| YUV | 183.98 | 167.51 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 254 | 0.75 | 0.09 | 0 | 0.00 | 186.91 | 0.99 | 0.62 |
| Hex | 3F | E8 | FE | 4B | 9 | 0 | 0 | BB | 63 | 3E |
| Octal | 77 | 350 | 376 | 113 | 11 | 0 | 0 | 273 | 143 | 76 |
| Binary | 111111 | 11101000 | 11111110 | 1001011 | 1001 | 0 | 0 | 10111011 | 1100011 | 111110 |
Color Harmonies of #3FE8FE
Complementary color
Monochromatic Colors of #3FE8FE
Black with #3FE8FE
Text Example
Text Example
White with #3FE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE8FE; }
p { color: rgb(63,232,254); }
H1.HeaderClassName
{
color: #3FE8FE;
}
.AnyTagClassName
{
color: #3FE8FE;
}
</style>
background-color css
<style>
a { background-color: #3FE8FE; }
a { background-color: rgb(63,232,254); }
div.DivClassName
{
background-color: #3FE8FE;
}
.BgClassName
{
background-color: #3FE8FE;
}
</style>
border-color css
<style>
span { border-color: #3FE8FE; }
span { border-color: rgb(63,232,254); }
td.TdClassName
{
border-color: #3FE8FE;
}
.TagClassName
{
border-color: #3FE8FE;
}
</style>