Shades of Turquoise #3FEFFB
Tints of Turquoise #3FEFFB
RGB
CMYK
RGB Variations
Color information
#3FEFFB (or 0x3FEFFB) is known color: Turquoise. HEX triplet: 3F, EF and FB. RGB value is (63,239,251). Sum of RGB (Red+Green+Blue) = 63+239+251=553 (73% of max value = 765). Red value is 63 (25% from 255 or 11.39% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #3FEFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFFB is #C01004. Grayscale: #BBBBBB. Windows color (decimal): -12587013 or 16510783. OLE color: 16510783.
HSL color Cylindrical-coordinate representation of color #3FEFFB: hue angle of 183.83º 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 #3FEFFB is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 239 | 251 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.02 |
| HSL | 183.83º | 0.96% | 0.62% | - |
| HSV(B) | 183.83º | 0.75% | 0.98% | - |
| XYZ | 50.33 | 69.75 | 102.08 | - |
| YUV | 187.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 251 | 0.75 | 0.05 | 0 | 0.02 | 183.83 | 0.96 | 0.62 |
| Hex | 3F | EF | FB | 4B | 5 | 0 | 2 | B8 | 60 | 3E |
| Octal | 77 | 357 | 373 | 113 | 5 | 0 | 2 | 270 | 140 | 76 |
| Binary | 111111 | 11101111 | 11111011 | 1001011 | 101 | 0 | 10 | 10111000 | 1100000 | 111110 |
Color Harmonies of #3FEFFB
Complementary color
Monochromatic Colors of #3FEFFB
Black with #3FEFFB
Text Example
Text Example
White with #3FEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFFB; }
p { color: rgb(63,239,251); }
H1.HeaderClassName
{
color: #3FEFFB;
}
.AnyTagClassName
{
color: #3FEFFB;
}
</style>
background-color css
<style>
a { background-color: #3FEFFB; }
a { background-color: rgb(63,239,251); }
div.DivClassName
{
background-color: #3FEFFB;
}
.BgClassName
{
background-color: #3FEFFB;
}
</style>
border-color css
<style>
span { border-color: #3FEFFB; }
span { border-color: rgb(63,239,251); }
td.TdClassName
{
border-color: #3FEFFB;
}
.TagClassName
{
border-color: #3FEFFB;
}
</style>