Shades of Turquoise #3FFEED
Tints of Turquoise #3FFEED
RGB
CMYK
RGB Variations
Color information
#3FFEED (or 0x3FFEED) is known color: Turquoise. HEX triplet: 3F, FE and ED. RGB value is (63,254,237). Sum of RGB (Red+Green+Blue) = 63+254+237=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFEED is #C00112. Grayscale: #C2C2C2. Windows color (decimal): -12583187 or 15597119. OLE color: 15597119.
HSL color Cylindrical-coordinate representation of color #3FFEED: hue angle of 174.66º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEED is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 237 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.00 |
| HSL | 174.66º | 0.99% | 0.62% | - |
| HSV(B) | 174.66º | 0.75% | 1% | - |
| XYZ | 52.78 | 78.05 | 92.41 | - |
| YUV | 194.95 | 151.72 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 237 | 0.75 | 0 | 0.07 | 0.00 | 174.66 | 0.99 | 0.62 |
| Hex | 3F | FE | ED | 4B | 0 | 7 | 0 | AF | 63 | 3E |
| Octal | 77 | 376 | 355 | 113 | 0 | 7 | 0 | 257 | 143 | 76 |
| Binary | 111111 | 11111110 | 11101101 | 1001011 | 0 | 111 | 0 | 10101111 | 1100011 | 111110 |
Color Harmonies of #3FFEED
Complementary color
Monochromatic Colors of #3FFEED
Black with #3FFEED
Text Example
Text Example
White with #3FFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEED; }
p { color: rgb(63,254,237); }
H1.HeaderClassName
{
color: #3FFEED;
}
.AnyTagClassName
{
color: #3FFEED;
}
</style>
background-color css
<style>
a { background-color: #3FFEED; }
a { background-color: rgb(63,254,237); }
div.DivClassName
{
background-color: #3FFEED;
}
.BgClassName
{
background-color: #3FFEED;
}
</style>
border-color css
<style>
span { border-color: #3FFEED; }
span { border-color: rgb(63,254,237); }
td.TdClassName
{
border-color: #3FFEED;
}
.TagClassName
{
border-color: #3FFEED;
}
</style>