Shades of Turquoise #39ECF3
Tints of Turquoise #39ECF3
RGB
CMYK
RGB Variations
Color information
#39ECF3 (or 0x39ECF3) is known color: Turquoise. HEX triplet: 39, EC and F3. RGB value is (57,236,243). Sum of RGB (Red+Green+Blue) = 57+236+243=536 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.63% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #39ECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39ECF3 is #C6130C. Grayscale: #B7B7B7. Windows color (decimal): -12981005 or 15985721. OLE color: 15985721.
HSL color Cylindrical-coordinate representation of color #39ECF3: hue angle of 182.26º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39ECF3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 236 | 243 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.05 |
| HSL | 182.26º | 0.89% | 0.59% | - |
| HSV(B) | 182.26º | 0.77% | 0.95% | - |
| XYZ | 47.86 | 67.33 | 95.27 | - |
| YUV | 183.28 | 161.7 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 236 | 243 | 0.77 | 0.03 | 0 | 0.05 | 182.26 | 0.89 | 0.59 |
| Hex | 39 | EC | F3 | 4D | 3 | 0 | 5 | B6 | 59 | 3B |
| Octal | 71 | 354 | 363 | 115 | 3 | 0 | 5 | 266 | 131 | 73 |
| Binary | 111001 | 11101100 | 11110011 | 1001101 | 11 | 0 | 101 | 10110110 | 1011001 | 111011 |
Color Harmonies of #39ECF3
Complementary color
Monochromatic Colors of #39ECF3
Black with #39ECF3
Text Example
Text Example
White with #39ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39ECF3; }
p { color: rgb(57,236,243); }
H1.HeaderClassName
{
color: #39ECF3;
}
.AnyTagClassName
{
color: #39ECF3;
}
</style>
background-color css
<style>
a { background-color: #39ECF3; }
a { background-color: rgb(57,236,243); }
div.DivClassName
{
background-color: #39ECF3;
}
.BgClassName
{
background-color: #39ECF3;
}
</style>
border-color css
<style>
span { border-color: #39ECF3; }
span { border-color: rgb(57,236,243); }
td.TdClassName
{
border-color: #39ECF3;
}
.TagClassName
{
border-color: #39ECF3;
}
</style>