Shades of Turquoise #3FDCE2
Tints of Turquoise #3FDCE2
RGB
CMYK
RGB Variations
Color information
#3FDCE2 (or 0x3FDCE2) is known color: Turquoise. HEX triplet: 3F, DC and E2. RGB value is (63,220,226). Sum of RGB (Red+Green+Blue) = 63+220+226=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #3FDCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCE2 is #C0231D. Grayscale: #ADADAD. Windows color (decimal): -12591902 or 14867519. OLE color: 14867519.
HSL color Cylindrical-coordinate representation of color #3FDCE2: hue angle of 182.21º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDCE2 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 220 | 226 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.11 |
| HSL | 182.21º | 0.74% | 0.57% | - |
| HSV(B) | 182.21º | 0.72% | 0.89% | - |
| XYZ | 41.37 | 57.73 | 80.91 | - |
| YUV | 173.74 | 157.49 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 226 | 0.72 | 0.03 | 0 | 0.11 | 182.21 | 0.74 | 0.57 |
| Hex | 3F | DC | E2 | 48 | 3 | 0 | B | B6 | 4A | 39 |
| Octal | 77 | 334 | 342 | 110 | 3 | 0 | 13 | 266 | 112 | 71 |
| Binary | 111111 | 11011100 | 11100010 | 1001000 | 11 | 0 | 1011 | 10110110 | 1001010 | 111001 |
Color Harmonies of #3FDCE2
Complementary color
Monochromatic Colors of #3FDCE2
Black with #3FDCE2
Text Example
Text Example
White with #3FDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCE2; }
p { color: rgb(63,220,226); }
H1.HeaderClassName
{
color: #3FDCE2;
}
.AnyTagClassName
{
color: #3FDCE2;
}
</style>
background-color css
<style>
a { background-color: #3FDCE2; }
a { background-color: rgb(63,220,226); }
div.DivClassName
{
background-color: #3FDCE2;
}
.BgClassName
{
background-color: #3FDCE2;
}
</style>
border-color css
<style>
span { border-color: #3FDCE2; }
span { border-color: rgb(63,220,226); }
td.TdClassName
{
border-color: #3FDCE2;
}
.TagClassName
{
border-color: #3FDCE2;
}
</style>