Shades of Turquoise #3FDCEC
Tints of Turquoise #3FDCEC
RGB
CMYK
RGB Variations
Color information
#3FDCEC (or 0x3FDCEC) is known color: Turquoise. HEX triplet: 3F, DC and EC. RGB value is (63,220,236). Sum of RGB (Red+Green+Blue) = 63+220+236=519 (68% of max value = 765). Red value is 63 (25% from 255 or 12.14% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #3FDCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FDCEC is #C02313. Grayscale: #AEAEAE. Windows color (decimal): -12591892 or 15522879. OLE color: 15522879.
HSL color Cylindrical-coordinate representation of color #3FDCEC: hue angle of 185.55º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDCEC is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 220 | 236 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.07 |
| HSL | 185.55º | 0.82% | 0.59% | - |
| HSV(B) | 185.55º | 0.73% | 0.93% | - |
| XYZ | 42.78 | 58.3 | 88.35 | - |
| YUV | 174.88 | 162.49 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 236 | 0.73 | 0.07 | 0 | 0.07 | 185.55 | 0.82 | 0.59 |
| Hex | 3F | DC | EC | 49 | 7 | 0 | 7 | BA | 52 | 3B |
| Octal | 77 | 334 | 354 | 111 | 7 | 0 | 7 | 272 | 122 | 73 |
| Binary | 111111 | 11011100 | 11101100 | 1001001 | 111 | 0 | 111 | 10111010 | 1010010 | 111011 |
Color Harmonies of #3FDCEC
Complementary color
Monochromatic Colors of #3FDCEC
Black with #3FDCEC
Text Example
Text Example
White with #3FDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCEC; }
p { color: rgb(63,220,236); }
H1.HeaderClassName
{
color: #3FDCEC;
}
.AnyTagClassName
{
color: #3FDCEC;
}
</style>
background-color css
<style>
a { background-color: #3FDCEC; }
a { background-color: rgb(63,220,236); }
div.DivClassName
{
background-color: #3FDCEC;
}
.BgClassName
{
background-color: #3FDCEC;
}
</style>
border-color css
<style>
span { border-color: #3FDCEC; }
span { border-color: rgb(63,220,236); }
td.TdClassName
{
border-color: #3FDCEC;
}
.TagClassName
{
border-color: #3FDCEC;
}
</style>