Shades of Turquoise #3FDCCE
Tints of Turquoise #3FDCCE
RGB
CMYK
RGB Variations
Color information
#3FDCCE (or 0x3FDCCE) is known color: Turquoise. HEX triplet: 3F, DC and CE. RGB value is (63,220,206). Sum of RGB (Red+Green+Blue) = 63+220+206=489 (64% of max value = 765). Red value is 63 (25% from 255 or 12.88% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCCE is #C02331. Grayscale: #ABABAB. Windows color (decimal): -12591922 or 13556799. OLE color: 13556799.
HSL color Cylindrical-coordinate representation of color #3FDCCE: hue angle of 174.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCCE is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 206 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.14 |
| HSL | 174.65º | 0.69% | 0.55% | - |
| HSV(B) | 174.65º | 0.71% | 0.86% | - |
| XYZ | 38.78 | 56.7 | 67.29 | - |
| YUV | 171.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 206 | 0.71 | 0 | 0.06 | 0.14 | 174.65 | 0.69 | 0.55 |
| Hex | 3F | DC | CE | 47 | 0 | 6 | E | AF | 45 | 37 |
| Octal | 77 | 334 | 316 | 107 | 0 | 6 | 16 | 257 | 105 | 67 |
| Binary | 111111 | 11011100 | 11001110 | 1000111 | 0 | 110 | 1110 | 10101111 | 1000101 | 110111 |
Color Harmonies of #3FDCCE
Complementary color
Monochromatic Colors of #3FDCCE
Black with #3FDCCE
Text Example
Text Example
White with #3FDCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCCE; }
p { color: rgb(63,220,206); }
H1.HeaderClassName
{
color: #3FDCCE;
}
.AnyTagClassName
{
color: #3FDCCE;
}
</style>
background-color css
<style>
a { background-color: #3FDCCE; }
a { background-color: rgb(63,220,206); }
div.DivClassName
{
background-color: #3FDCCE;
}
.BgClassName
{
background-color: #3FDCCE;
}
</style>
border-color css
<style>
span { border-color: #3FDCCE; }
span { border-color: rgb(63,220,206); }
td.TdClassName
{
border-color: #3FDCCE;
}
.TagClassName
{
border-color: #3FDCCE;
}
</style>