Shades of Turquoise #3FEDDD
Tints of Turquoise #3FEDDD
RGB
CMYK
RGB Variations
Color information
#3FEDDD (or 0x3FEDDD) is known color: Turquoise. HEX triplet: 3F, ED and DD. RGB value is (63,237,221). Sum of RGB (Red+Green+Blue) = 63+237+221=521 (69% of max value = 765). Red value is 63 (25% from 255 or 12.09% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDDD is #C01222. Grayscale: #B7B7B7. Windows color (decimal): -12587555 or 14544191. OLE color: 14544191.
HSL color Cylindrical-coordinate representation of color #3FEDDD: hue angle of 174.48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDDD is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 221 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.07 |
| HSL | 174.48º | 0.83% | 0.59% | - |
| HSV(B) | 174.48º | 0.73% | 0.93% | - |
| XYZ | 45.39 | 66.85 | 78.92 | - |
| YUV | 183.15 | 149.35 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 221 | 0.73 | 0 | 0.07 | 0.07 | 174.48 | 0.83 | 0.59 |
| Hex | 3F | ED | DD | 49 | 0 | 7 | 7 | AE | 53 | 3B |
| Octal | 77 | 355 | 335 | 111 | 0 | 7 | 7 | 256 | 123 | 73 |
| Binary | 111111 | 11101101 | 11011101 | 1001001 | 0 | 111 | 111 | 10101110 | 1010011 | 111011 |
Color Harmonies of #3FEDDD
Complementary color
Monochromatic Colors of #3FEDDD
Black with #3FEDDD
Text Example
Text Example
White with #3FEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDDD; }
p { color: rgb(63,237,221); }
H1.HeaderClassName
{
color: #3FEDDD;
}
.AnyTagClassName
{
color: #3FEDDD;
}
</style>
background-color css
<style>
a { background-color: #3FEDDD; }
a { background-color: rgb(63,237,221); }
div.DivClassName
{
background-color: #3FEDDD;
}
.BgClassName
{
background-color: #3FEDDD;
}
</style>
border-color css
<style>
span { border-color: #3FEDDD; }
span { border-color: rgb(63,237,221); }
td.TdClassName
{
border-color: #3FEDDD;
}
.TagClassName
{
border-color: #3FEDDD;
}
</style>