Shades of Turquoise #3FEDBD
Tints of Turquoise #3FEDBD
RGB
CMYK
RGB Variations
Color information
#3FEDBD (or 0x3FEDBD) is known color: Turquoise. HEX triplet: 3F, ED and BD. RGB value is (63,237,189). Sum of RGB (Red+Green+Blue) = 63+237+189=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDBD is #C01242. Grayscale: #B3B3B3. Windows color (decimal): -12587587 or 12447039. OLE color: 12447039.
HSL color Cylindrical-coordinate representation of color #3FEDBD: hue angle of 163.45º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDBD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 189 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.07 |
| HSL | 163.45º | 0.83% | 0.59% | - |
| HSV(B) | 163.45º | 0.73% | 0.93% | - |
| XYZ | 41.52 | 65.3 | 58.56 | - |
| YUV | 179.5 | 133.35 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 189 | 0.73 | 0 | 0.20 | 0.07 | 163.45 | 0.83 | 0.59 |
| Hex | 3F | ED | BD | 49 | 0 | 14 | 7 | A3 | 53 | 3B |
| Octal | 77 | 355 | 275 | 111 | 0 | 24 | 7 | 243 | 123 | 73 |
| Binary | 111111 | 11101101 | 10111101 | 1001001 | 0 | 10100 | 111 | 10100011 | 1010011 | 111011 |
Color Harmonies of #3FEDBD
Complementary color
Monochromatic Colors of #3FEDBD
Black with #3FEDBD
Text Example
Text Example
White with #3FEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDBD; }
p { color: rgb(63,237,189); }
H1.HeaderClassName
{
color: #3FEDBD;
}
.AnyTagClassName
{
color: #3FEDBD;
}
</style>
background-color css
<style>
a { background-color: #3FEDBD; }
a { background-color: rgb(63,237,189); }
div.DivClassName
{
background-color: #3FEDBD;
}
.BgClassName
{
background-color: #3FEDBD;
}
</style>
border-color css
<style>
span { border-color: #3FEDBD; }
span { border-color: rgb(63,237,189); }
td.TdClassName
{
border-color: #3FEDBD;
}
.TagClassName
{
border-color: #3FEDBD;
}
</style>