Shades of Turquoise #3FFBE8
Tints of Turquoise #3FFBE8
RGB
CMYK
RGB Variations
Color information
#3FFBE8 (or 0x3FFBE8) is known color: Turquoise. HEX triplet: 3F, FB and E8. RGB value is (63,251,232). Sum of RGB (Red+Green+Blue) = 63+251+232=546 (72% of max value = 765). Red value is 63 (25% from 255 or 11.54% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBE8 is #C00417. Grayscale: #C0C0C0. Windows color (decimal): -12583960 or 15268671. OLE color: 15268671.
HSL color Cylindrical-coordinate representation of color #3FFBE8: hue angle of 173.94º 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 #3FFBE8 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 232 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.02 |
| HSL | 173.94º | 0.96% | 0.62% | - |
| HSV(B) | 173.94º | 0.75% | 0.98% | - |
| XYZ | 51.11 | 75.88 | 88.3 | - |
| YUV | 192.62 | 150.22 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 232 | 0.75 | 0 | 0.08 | 0.02 | 173.94 | 0.96 | 0.62 |
| Hex | 3F | FB | E8 | 4B | 0 | 8 | 2 | AE | 60 | 3E |
| Octal | 77 | 373 | 350 | 113 | 0 | 10 | 2 | 256 | 140 | 76 |
| Binary | 111111 | 11111011 | 11101000 | 1001011 | 0 | 1000 | 10 | 10101110 | 1100000 | 111110 |
Color Harmonies of #3FFBE8
Complementary color
Monochromatic Colors of #3FFBE8
Black with #3FFBE8
Text Example
Text Example
White with #3FFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBE8; }
p { color: rgb(63,251,232); }
H1.HeaderClassName
{
color: #3FFBE8;
}
.AnyTagClassName
{
color: #3FFBE8;
}
</style>
background-color css
<style>
a { background-color: #3FFBE8; }
a { background-color: rgb(63,251,232); }
div.DivClassName
{
background-color: #3FFBE8;
}
.BgClassName
{
background-color: #3FFBE8;
}
</style>
border-color css
<style>
span { border-color: #3FFBE8; }
span { border-color: rgb(63,251,232); }
td.TdClassName
{
border-color: #3FFBE8;
}
.TagClassName
{
border-color: #3FFBE8;
}
</style>