Shades of Turquoise #3FEEDC
Tints of Turquoise #3FEEDC
RGB
CMYK
RGB Variations
Color information
#3FEEDC (or 0x3FEEDC) is known color: Turquoise. HEX triplet: 3F, EE and DC. RGB value is (63,238,220). Sum of RGB (Red+Green+Blue) = 63+238+220=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEEDC is #C01123. Grayscale: #B7B7B7. Windows color (decimal): -12587300 or 14478911. OLE color: 14478911.
HSL color Cylindrical-coordinate representation of color #3FEEDC: hue angle of 173.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEEDC is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 220 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.07 |
| HSL | 173.83º | 0.84% | 0.59% | - |
| HSV(B) | 173.83º | 0.74% | 0.93% | - |
| XYZ | 45.54 | 67.37 | 78.31 | - |
| YUV | 183.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 220 | 0.74 | 0 | 0.08 | 0.07 | 173.83 | 0.84 | 0.59 |
| Hex | 3F | EE | DC | 4A | 0 | 8 | 7 | AE | 54 | 3B |
| Octal | 77 | 356 | 334 | 112 | 0 | 10 | 7 | 256 | 124 | 73 |
| Binary | 111111 | 11101110 | 11011100 | 1001010 | 0 | 1000 | 111 | 10101110 | 1010100 | 111011 |
Color Harmonies of #3FEEDC
Complementary color
Monochromatic Colors of #3FEEDC
Black with #3FEEDC
Text Example
Text Example
White with #3FEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEDC; }
p { color: rgb(63,238,220); }
H1.HeaderClassName
{
color: #3FEEDC;
}
.AnyTagClassName
{
color: #3FEEDC;
}
</style>
background-color css
<style>
a { background-color: #3FEEDC; }
a { background-color: rgb(63,238,220); }
div.DivClassName
{
background-color: #3FEEDC;
}
.BgClassName
{
background-color: #3FEEDC;
}
</style>
border-color css
<style>
span { border-color: #3FEEDC; }
span { border-color: rgb(63,238,220); }
td.TdClassName
{
border-color: #3FEEDC;
}
.TagClassName
{
border-color: #3FEEDC;
}
</style>