Shades of Turquoise #3FDCEA
Tints of Turquoise #3FDCEA
RGB
CMYK
RGB Variations
Color information
#3FDCEA (or 0x3FDCEA) is known color: Turquoise. HEX triplet: 3F, DC and EA. RGB value is (63,220,234). Sum of RGB (Red+Green+Blue) = 63+220+234=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #3FDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCEA is #C02315. Grayscale: #AEAEAE. Windows color (decimal): -12591894 or 15391807. OLE color: 15391807.
HSL color Cylindrical-coordinate representation of color #3FDCEA: hue angle of 184.91º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDCEA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 220 | 234 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.08 |
| HSL | 184.91º | 0.8% | 0.58% | - |
| HSV(B) | 184.91º | 0.73% | 0.92% | - |
| XYZ | 42.49 | 58.18 | 86.83 | - |
| YUV | 174.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 234 | 0.73 | 0.06 | 0 | 0.08 | 184.91 | 0.8 | 0.58 |
| Hex | 3F | DC | EA | 49 | 6 | 0 | 8 | B9 | 50 | 3A |
| Octal | 77 | 334 | 352 | 111 | 6 | 0 | 10 | 271 | 120 | 72 |
| Binary | 111111 | 11011100 | 11101010 | 1001001 | 110 | 0 | 1000 | 10111001 | 1010000 | 111010 |
Color Harmonies of #3FDCEA
Complementary color
Monochromatic Colors of #3FDCEA
Black with #3FDCEA
Text Example
Text Example
White with #3FDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCEA; }
p { color: rgb(63,220,234); }
H1.HeaderClassName
{
color: #3FDCEA;
}
.AnyTagClassName
{
color: #3FDCEA;
}
</style>
background-color css
<style>
a { background-color: #3FDCEA; }
a { background-color: rgb(63,220,234); }
div.DivClassName
{
background-color: #3FDCEA;
}
.BgClassName
{
background-color: #3FDCEA;
}
</style>
border-color css
<style>
span { border-color: #3FDCEA; }
span { border-color: rgb(63,220,234); }
td.TdClassName
{
border-color: #3FDCEA;
}
.TagClassName
{
border-color: #3FDCEA;
}
</style>