Shades of Turquoise #3FDDE0
Tints of Turquoise #3FDDE0
RGB
CMYK
RGB Variations
Color information
#3FDDE0 (or 0x3FDDE0) is known color: Turquoise. HEX triplet: 3F, DD and E0. RGB value is (63,221,224). Sum of RGB (Red+Green+Blue) = 63+221+224=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #3FDDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDDE0 is #C0221F. Grayscale: #ADADAD. Windows color (decimal): -12591648 or 14736703. OLE color: 14736703.
HSL color Cylindrical-coordinate representation of color #3FDDE0: hue angle of 181.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDDE0 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 221 | 224 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.12 |
| HSL | 181.12º | 0.72% | 0.56% | - |
| HSV(B) | 181.12º | 0.72% | 0.88% | - |
| XYZ | 41.36 | 58.15 | 79.57 | - |
| YUV | 174.1 | 156.15 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 224 | 0.72 | 0.01 | 0 | 0.12 | 181.12 | 0.72 | 0.56 |
| Hex | 3F | DD | E0 | 48 | 1 | 0 | C | B5 | 48 | 38 |
| Octal | 77 | 335 | 340 | 110 | 1 | 0 | 14 | 265 | 110 | 70 |
| Binary | 111111 | 11011101 | 11100000 | 1001000 | 1 | 0 | 1100 | 10110101 | 1001000 | 111000 |
Color Harmonies of #3FDDE0
Complementary color
Monochromatic Colors of #3FDDE0
Black with #3FDDE0
Text Example
Text Example
White with #3FDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDE0; }
p { color: rgb(63,221,224); }
H1.HeaderClassName
{
color: #3FDDE0;
}
.AnyTagClassName
{
color: #3FDDE0;
}
</style>
background-color css
<style>
a { background-color: #3FDDE0; }
a { background-color: rgb(63,221,224); }
div.DivClassName
{
background-color: #3FDDE0;
}
.BgClassName
{
background-color: #3FDDE0;
}
</style>
border-color css
<style>
span { border-color: #3FDDE0; }
span { border-color: rgb(63,221,224); }
td.TdClassName
{
border-color: #3FDDE0;
}
.TagClassName
{
border-color: #3FDDE0;
}
</style>