Shades of Turquoise #3FDDE9
Tints of Turquoise #3FDDE9
RGB
CMYK
RGB Variations
Color information
#3FDDE9 (or 0x3FDDE9) is known color: Turquoise. HEX triplet: 3F, DD and E9. RGB value is (63,221,233). Sum of RGB (Red+Green+Blue) = 63+221+233=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #3FDDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDDE9 is #C02216. Grayscale: #AEAEAE. Windows color (decimal): -12591639 or 15326527. OLE color: 15326527.
HSL color Cylindrical-coordinate representation of color #3FDDE9: hue angle of 184.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDDE9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 221 | 233 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.09 |
| HSL | 184.24º | 0.79% | 0.58% | - |
| HSV(B) | 184.24º | 0.73% | 0.91% | - |
| XYZ | 42.61 | 58.65 | 86.17 | - |
| YUV | 175.13 | 160.65 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 233 | 0.73 | 0.05 | 0 | 0.09 | 184.24 | 0.79 | 0.58 |
| Hex | 3F | DD | E9 | 49 | 5 | 0 | 9 | B8 | 4F | 3A |
| Octal | 77 | 335 | 351 | 111 | 5 | 0 | 11 | 270 | 117 | 72 |
| Binary | 111111 | 11011101 | 11101001 | 1001001 | 101 | 0 | 1001 | 10111000 | 1001111 | 111010 |
Color Harmonies of #3FDDE9
Complementary color
Monochromatic Colors of #3FDDE9
Black with #3FDDE9
Text Example
Text Example
White with #3FDDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDDE9; }
p { color: rgb(63,221,233); }
H1.HeaderClassName
{
color: #3FDDE9;
}
.AnyTagClassName
{
color: #3FDDE9;
}
</style>
background-color css
<style>
a { background-color: #3FDDE9; }
a { background-color: rgb(63,221,233); }
div.DivClassName
{
background-color: #3FDDE9;
}
.BgClassName
{
background-color: #3FDDE9;
}
</style>
border-color css
<style>
span { border-color: #3FDDE9; }
span { border-color: rgb(63,221,233); }
td.TdClassName
{
border-color: #3FDDE9;
}
.TagClassName
{
border-color: #3FDDE9;
}
</style>