Shades of Turquoise #3FEFDA
Tints of Turquoise #3FEFDA
RGB
CMYK
RGB Variations
Color information
#3FEFDA (or 0x3FEFDA) is known color: Turquoise. HEX triplet: 3F, EF and DA. RGB value is (63,239,218). Sum of RGB (Red+Green+Blue) = 63+239+218=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFDA is #C01025. Grayscale: #B7B7B7. Windows color (decimal): -12587046 or 14348095. OLE color: 14348095.
HSL color Cylindrical-coordinate representation of color #3FEFDA: hue angle of 172.84º 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 #3FEFDA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 218 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.06 |
| HSL | 172.84º | 0.85% | 0.59% | - |
| HSV(B) | 172.84º | 0.74% | 0.94% | - |
| XYZ | 45.57 | 67.85 | 77.02 | - |
| YUV | 183.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 218 | 0.74 | 0 | 0.09 | 0.06 | 172.84 | 0.85 | 0.59 |
| Hex | 3F | EF | DA | 4A | 0 | 9 | 6 | AD | 55 | 3B |
| Octal | 77 | 357 | 332 | 112 | 0 | 11 | 6 | 255 | 125 | 73 |
| Binary | 111111 | 11101111 | 11011010 | 1001010 | 0 | 1001 | 110 | 10101101 | 1010101 | 111011 |
Color Harmonies of #3FEFDA
Complementary color
Monochromatic Colors of #3FEFDA
Black with #3FEFDA
Text Example
Text Example
White with #3FEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFDA; }
p { color: rgb(63,239,218); }
H1.HeaderClassName
{
color: #3FEFDA;
}
.AnyTagClassName
{
color: #3FEFDA;
}
</style>
background-color css
<style>
a { background-color: #3FEFDA; }
a { background-color: rgb(63,239,218); }
div.DivClassName
{
background-color: #3FEFDA;
}
.BgClassName
{
background-color: #3FEFDA;
}
</style>
border-color css
<style>
span { border-color: #3FEFDA; }
span { border-color: rgb(63,239,218); }
td.TdClassName
{
border-color: #3FEFDA;
}
.TagClassName
{
border-color: #3FEFDA;
}
</style>