Shades of Turquoise #3FEEED
Tints of Turquoise #3FEEED
RGB
CMYK
RGB Variations
Color information
#3FEEED (or 0x3FEEED) is known color: Turquoise. HEX triplet: 3F, EE and ED. RGB value is (63,238,237). Sum of RGB (Red+Green+Blue) = 63+238+237=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEED is #C01112. Grayscale: #B9B9B9. Windows color (decimal): -12587283 or 15593023. OLE color: 15593023.
HSL color Cylindrical-coordinate representation of color #3FEEED: hue angle of 179.66º 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 #3FEEED is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 237 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.07 |
| HSL | 179.66º | 0.84% | 0.59% | - |
| HSV(B) | 179.66º | 0.74% | 0.93% | - |
| XYZ | 47.91 | 68.32 | 90.78 | - |
| YUV | 185.56 | 157.02 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 237 | 0.74 | 0 | 0.00 | 0.07 | 179.66 | 0.84 | 0.59 |
| Hex | 3F | EE | ED | 4A | 0 | 0 | 7 | B4 | 54 | 3B |
| Octal | 77 | 356 | 355 | 112 | 0 | 0 | 7 | 264 | 124 | 73 |
| Binary | 111111 | 11101110 | 11101101 | 1001010 | 0 | 0 | 111 | 10110100 | 1010100 | 111011 |
Color Harmonies of #3FEEED
Complementary color
Monochromatic Colors of #3FEEED
Black with #3FEEED
Text Example
Text Example
White with #3FEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEEED; }
p { color: rgb(63,238,237); }
H1.HeaderClassName
{
color: #3FEEED;
}
.AnyTagClassName
{
color: #3FEEED;
}
</style>
background-color css
<style>
a { background-color: #3FEEED; }
a { background-color: rgb(63,238,237); }
div.DivClassName
{
background-color: #3FEEED;
}
.BgClassName
{
background-color: #3FEEED;
}
</style>
border-color css
<style>
span { border-color: #3FEEED; }
span { border-color: rgb(63,238,237); }
td.TdClassName
{
border-color: #3FEEED;
}
.TagClassName
{
border-color: #3FEEED;
}
</style>