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