Shades of Turquoise #3FFBD1
Tints of Turquoise #3FFBD1
RGB
CMYK
RGB Variations
Color information
#3FFBD1 (or 0x3FFBD1) is known color: Turquoise. HEX triplet: 3F, FB and D1. RGB value is (63,251,209). Sum of RGB (Red+Green+Blue) = 63+251+209=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBD1 is #C0042E. Grayscale: #BDBDBD. Windows color (decimal): -12583983 or 13761343. OLE color: 13761343.
HSL color Cylindrical-coordinate representation of color #3FFBD1: hue angle of 166.6º 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 #3FFBD1 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 209 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.02 |
| HSL | 166.6º | 0.96% | 0.62% | - |
| HSV(B) | 166.6º | 0.75% | 0.98% | - |
| XYZ | 48.06 | 74.65 | 72.2 | - |
| YUV | 190 | 138.72 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 209 | 0.75 | 0 | 0.17 | 0.02 | 166.6 | 0.96 | 0.62 |
| Hex | 3F | FB | D1 | 4B | 0 | 11 | 2 | A7 | 60 | 3E |
| Octal | 77 | 373 | 321 | 113 | 0 | 21 | 2 | 247 | 140 | 76 |
| Binary | 111111 | 11111011 | 11010001 | 1001011 | 0 | 10001 | 10 | 10100111 | 1100000 | 111110 |
Color Harmonies of #3FFBD1
Complementary color
Monochromatic Colors of #3FFBD1
Black with #3FFBD1
Text Example
Text Example
White with #3FFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBD1; }
p { color: rgb(63,251,209); }
H1.HeaderClassName
{
color: #3FFBD1;
}
.AnyTagClassName
{
color: #3FFBD1;
}
</style>
background-color css
<style>
a { background-color: #3FFBD1; }
a { background-color: rgb(63,251,209); }
div.DivClassName
{
background-color: #3FFBD1;
}
.BgClassName
{
background-color: #3FFBD1;
}
</style>
border-color css
<style>
span { border-color: #3FFBD1; }
span { border-color: rgb(63,251,209); }
td.TdClassName
{
border-color: #3FFBD1;
}
.TagClassName
{
border-color: #3FFBD1;
}
</style>