Shades of Turquoise #3FEFD0
Tints of Turquoise #3FEFD0
RGB
CMYK
RGB Variations
Color information
#3FEFD0 (or 0x3FEFD0) is known color: Turquoise. HEX triplet: 3F, EF and D0. RGB value is (63,239,208). Sum of RGB (Red+Green+Blue) = 63+239+208=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFD0 is #C0102F. Grayscale: #B6B6B6. Windows color (decimal): -12587056 or 13692735. OLE color: 13692735.
HSL color Cylindrical-coordinate representation of color #3FEFD0: hue angle of 169.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFD0 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 208 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.06 |
| HSL | 169.43º | 0.85% | 0.59% | - |
| HSV(B) | 169.43º | 0.74% | 0.94% | - |
| XYZ | 44.3 | 67.34 | 70.34 | - |
| YUV | 182.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 208 | 0.74 | 0 | 0.13 | 0.06 | 169.43 | 0.85 | 0.59 |
| Hex | 3F | EF | D0 | 4A | 0 | D | 6 | A9 | 55 | 3B |
| Octal | 77 | 357 | 320 | 112 | 0 | 15 | 6 | 251 | 125 | 73 |
| Binary | 111111 | 11101111 | 11010000 | 1001010 | 0 | 1101 | 110 | 10101001 | 1010101 | 111011 |
Color Harmonies of #3FEFD0
Complementary color
Monochromatic Colors of #3FEFD0
Black with #3FEFD0
Text Example
Text Example
White with #3FEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFD0; }
p { color: rgb(63,239,208); }
H1.HeaderClassName
{
color: #3FEFD0;
}
.AnyTagClassName
{
color: #3FEFD0;
}
</style>
background-color css
<style>
a { background-color: #3FEFD0; }
a { background-color: rgb(63,239,208); }
div.DivClassName
{
background-color: #3FEFD0;
}
.BgClassName
{
background-color: #3FEFD0;
}
</style>
border-color css
<style>
span { border-color: #3FEFD0; }
span { border-color: rgb(63,239,208); }
td.TdClassName
{
border-color: #3FEFD0;
}
.TagClassName
{
border-color: #3FEFD0;
}
</style>