Shades of Medium Turquoise #3ECBDF
Tints of Medium Turquoise #3ECBDF
RGB
CMYK
RGB Variations
Color information
#3ECBDF (or 0x3ECBDF) is known color: Medium Turquoise. HEX triplet: 3E, CB and DF. RGB value is (62,203,223). Sum of RGB (Red+Green+Blue) = 62+203+223=488 (64% of max value = 765). Red value is 62 (24.61% from 255 or 12.70% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ECBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ECBDF is #C13420. Grayscale: #A2A2A2. Windows color (decimal): -12661793 or 14666558. OLE color: 14666558.
HSL color Cylindrical-coordinate representation of color #3ECBDF: hue angle of 187.45º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ECBDF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 203 | 223 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.13 |
| HSL | 187.45º | 0.72% | 0.56% | - |
| HSV(B) | 187.45º | 0.72% | 0.87% | - |
| XYZ | 36.66 | 49.06 | 77.35 | - |
| YUV | 163.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 203 | 223 | 0.72 | 0.09 | 0 | 0.13 | 187.45 | 0.72 | 0.56 |
| Hex | 3E | CB | DF | 48 | 9 | 0 | D | BB | 48 | 38 |
| Octal | 76 | 313 | 337 | 110 | 11 | 0 | 15 | 273 | 110 | 70 |
| Binary | 111110 | 11001011 | 11011111 | 1001000 | 1001 | 0 | 1101 | 10111011 | 1001000 | 111000 |
Color Harmonies of #3ECBDF
Complementary color
Monochromatic Colors of #3ECBDF
Black with #3ECBDF
Text Example
Text Example
White with #3ECBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECBDF; }
p { color: rgb(62,203,223); }
H1.HeaderClassName
{
color: #3ECBDF;
}
.AnyTagClassName
{
color: #3ECBDF;
}
</style>
background-color css
<style>
a { background-color: #3ECBDF; }
a { background-color: rgb(62,203,223); }
div.DivClassName
{
background-color: #3ECBDF;
}
.BgClassName
{
background-color: #3ECBDF;
}
</style>
border-color css
<style>
span { border-color: #3ECBDF; }
span { border-color: rgb(62,203,223); }
td.TdClassName
{
border-color: #3ECBDF;
}
.TagClassName
{
border-color: #3ECBDF;
}
</style>