Shades of Turquoise #3FFBF2
Tints of Turquoise #3FFBF2
RGB
CMYK
RGB Variations
Color information
#3FFBF2 (or 0x3FFBF2) is known color: Turquoise. HEX triplet: 3F, FB and F2. RGB value is (63,251,242). Sum of RGB (Red+Green+Blue) = 63+251+242=556 (73% of max value = 765). Red value is 63 (25% from 255 or 11.33% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFBF2 is #C0040D. Grayscale: #C1C1C1. Windows color (decimal): -12583950 or 15924031. OLE color: 15924031.
HSL color Cylindrical-coordinate representation of color #3FFBF2: hue angle of 177.13º 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 #3FFBF2 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 242 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.02 |
| HSL | 177.13º | 0.96% | 0.62% | - |
| HSV(B) | 177.13º | 0.75% | 0.98% | - |
| XYZ | 52.57 | 76.46 | 95.99 | - |
| YUV | 193.76 | 155.22 | 34.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 242 | 0.75 | 0 | 0.04 | 0.02 | 177.13 | 0.96 | 0.62 |
| Hex | 3F | FB | F2 | 4B | 0 | 4 | 2 | B1 | 60 | 3E |
| Octal | 77 | 373 | 362 | 113 | 0 | 4 | 2 | 261 | 140 | 76 |
| Binary | 111111 | 11111011 | 11110010 | 1001011 | 0 | 100 | 10 | 10110001 | 1100000 | 111110 |
Color Harmonies of #3FFBF2
Complementary color
Monochromatic Colors of #3FFBF2
Black with #3FFBF2
Text Example
Text Example
White with #3FFBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBF2; }
p { color: rgb(63,251,242); }
H1.HeaderClassName
{
color: #3FFBF2;
}
.AnyTagClassName
{
color: #3FFBF2;
}
</style>
background-color css
<style>
a { background-color: #3FFBF2; }
a { background-color: rgb(63,251,242); }
div.DivClassName
{
background-color: #3FFBF2;
}
.BgClassName
{
background-color: #3FFBF2;
}
</style>
border-color css
<style>
span { border-color: #3FFBF2; }
span { border-color: rgb(63,251,242); }
td.TdClassName
{
border-color: #3FFBF2;
}
.TagClassName
{
border-color: #3FFBF2;
}
</style>