Shades of Turquoise #3FDCEB
Tints of Turquoise #3FDCEB
RGB
CMYK
RGB Variations
Color information
#3FDCEB (or 0x3FDCEB) is known color: Turquoise. HEX triplet: 3F, DC and EB. RGB value is (63,220,235). Sum of RGB (Red+Green+Blue) = 63+220+235=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FDCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCEB is #C02314. Grayscale: #AEAEAE. Windows color (decimal): -12591893 or 15457343. OLE color: 15457343.
HSL color Cylindrical-coordinate representation of color #3FDCEB: hue angle of 185.23º degrees, saturation: 0.81, 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 #3FDCEB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 220 | 235 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.08 |
| HSL | 185.23º | 0.81% | 0.58% | - |
| HSV(B) | 185.23º | 0.73% | 0.92% | - |
| XYZ | 42.64 | 58.24 | 87.59 | - |
| YUV | 174.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 235 | 0.73 | 0.06 | 0 | 0.08 | 185.23 | 0.81 | 0.58 |
| Hex | 3F | DC | EB | 49 | 6 | 0 | 8 | B9 | 51 | 3A |
| Octal | 77 | 334 | 353 | 111 | 6 | 0 | 10 | 271 | 121 | 72 |
| Binary | 111111 | 11011100 | 11101011 | 1001001 | 110 | 0 | 1000 | 10111001 | 1010001 | 111010 |
Color Harmonies of #3FDCEB
Complementary color
Monochromatic Colors of #3FDCEB
Black with #3FDCEB
Text Example
Text Example
White with #3FDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCEB; }
p { color: rgb(63,220,235); }
H1.HeaderClassName
{
color: #3FDCEB;
}
.AnyTagClassName
{
color: #3FDCEB;
}
</style>
background-color css
<style>
a { background-color: #3FDCEB; }
a { background-color: rgb(63,220,235); }
div.DivClassName
{
background-color: #3FDCEB;
}
.BgClassName
{
background-color: #3FDCEB;
}
</style>
border-color css
<style>
span { border-color: #3FDCEB; }
span { border-color: rgb(63,220,235); }
td.TdClassName
{
border-color: #3FDCEB;
}
.TagClassName
{
border-color: #3FDCEB;
}
</style>