Shades of Turquoise #3FFBED
Tints of Turquoise #3FFBED
RGB
CMYK
RGB Variations
Color information
#3FFBED (or 0x3FFBED) is known color: Turquoise. HEX triplet: 3F, FB and ED. RGB value is (63,251,237). Sum of RGB (Red+Green+Blue) = 63+251+237=551 (72% of max value = 765). Red value is 63 (25% from 255 or 11.43% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBED is #C00412. Grayscale: #C1C1C1. Windows color (decimal): -12583955 or 15596351. OLE color: 15596351.
HSL color Cylindrical-coordinate representation of color #3FFBED: hue angle of 175.53º 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 #3FFBED is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 237 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.02 |
| HSL | 175.53º | 0.96% | 0.62% | - |
| HSV(B) | 175.53º | 0.75% | 0.98% | - |
| XYZ | 51.83 | 76.17 | 92.09 | - |
| YUV | 193.19 | 152.72 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 237 | 0.75 | 0 | 0.06 | 0.02 | 175.53 | 0.96 | 0.62 |
| Hex | 3F | FB | ED | 4B | 0 | 6 | 2 | B0 | 60 | 3E |
| Octal | 77 | 373 | 355 | 113 | 0 | 6 | 2 | 260 | 140 | 76 |
| Binary | 111111 | 11111011 | 11101101 | 1001011 | 0 | 110 | 10 | 10110000 | 1100000 | 111110 |
Color Harmonies of #3FFBED
Complementary color
Monochromatic Colors of #3FFBED
Black with #3FFBED
Text Example
Text Example
White with #3FFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBED; }
p { color: rgb(63,251,237); }
H1.HeaderClassName
{
color: #3FFBED;
}
.AnyTagClassName
{
color: #3FFBED;
}
</style>
background-color css
<style>
a { background-color: #3FFBED; }
a { background-color: rgb(63,251,237); }
div.DivClassName
{
background-color: #3FFBED;
}
.BgClassName
{
background-color: #3FFBED;
}
</style>
border-color css
<style>
span { border-color: #3FFBED; }
span { border-color: rgb(63,251,237); }
td.TdClassName
{
border-color: #3FFBED;
}
.TagClassName
{
border-color: #3FFBED;
}
</style>