Shades of Turquoise #3FDCE0
Tints of Turquoise #3FDCE0
RGB
CMYK
RGB Variations
Color information
#3FDCE0 (or 0x3FDCE0) is known color: Turquoise. HEX triplet: 3F, DC and E0. RGB value is (63,220,224). Sum of RGB (Red+Green+Blue) = 63+220+224=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #3FDCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCE0 is #C0231F. Grayscale: #ADADAD. Windows color (decimal): -12591904 or 14736447. OLE color: 14736447.
HSL color Cylindrical-coordinate representation of color #3FDCE0: hue angle of 181.49º 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 #3FDCE0 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 220 | 224 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.12 |
| HSL | 181.49º | 0.72% | 0.56% | - |
| HSV(B) | 181.49º | 0.72% | 0.88% | - |
| XYZ | 41.1 | 57.62 | 79.48 | - |
| YUV | 173.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 224 | 0.72 | 0.02 | 0 | 0.12 | 181.49 | 0.72 | 0.56 |
| Hex | 3F | DC | E0 | 48 | 2 | 0 | C | B5 | 48 | 38 |
| Octal | 77 | 334 | 340 | 110 | 2 | 0 | 14 | 265 | 110 | 70 |
| Binary | 111111 | 11011100 | 11100000 | 1001000 | 10 | 0 | 1100 | 10110101 | 1001000 | 111000 |
Color Harmonies of #3FDCE0
Complementary color
Monochromatic Colors of #3FDCE0
Black with #3FDCE0
Text Example
Text Example
White with #3FDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCE0; }
p { color: rgb(63,220,224); }
H1.HeaderClassName
{
color: #3FDCE0;
}
.AnyTagClassName
{
color: #3FDCE0;
}
</style>
background-color css
<style>
a { background-color: #3FDCE0; }
a { background-color: rgb(63,220,224); }
div.DivClassName
{
background-color: #3FDCE0;
}
.BgClassName
{
background-color: #3FDCE0;
}
</style>
border-color css
<style>
span { border-color: #3FDCE0; }
span { border-color: rgb(63,220,224); }
td.TdClassName
{
border-color: #3FDCE0;
}
.TagClassName
{
border-color: #3FDCE0;
}
</style>