Shades of Medium Turquoise #3ACFE1
Tints of Medium Turquoise #3ACFE1
RGB
CMYK
RGB Variations
Color information
#3ACFE1 (or 0x3ACFE1) is known color: Medium Turquoise. HEX triplet: 3A, CF and E1. RGB value is (58,207,225). Sum of RGB (Red+Green+Blue) = 58+207+225=490 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.84% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ACFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFE1 is #C5301E. Grayscale: #A4A4A4. Windows color (decimal): -12922911 or 14798650. OLE color: 14798650.
HSL color Cylindrical-coordinate representation of color #3ACFE1: hue angle of 186.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACFE1 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 207 | 225 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.12 |
| HSL | 186.47º | 0.74% | 0.55% | - |
| HSV(B) | 186.47º | 0.74% | 0.88% | - |
| XYZ | 37.65 | 50.96 | 79.09 | - |
| YUV | 164.5 | 162.14 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 225 | 0.74 | 0.08 | 0 | 0.12 | 186.47 | 0.74 | 0.55 |
| Hex | 3A | CF | E1 | 4A | 8 | 0 | C | BA | 4A | 37 |
| Octal | 72 | 317 | 341 | 112 | 10 | 0 | 14 | 272 | 112 | 67 |
| Binary | 111010 | 11001111 | 11100001 | 1001010 | 1000 | 0 | 1100 | 10111010 | 1001010 | 110111 |
Color Harmonies of #3ACFE1
Complementary color
Monochromatic Colors of #3ACFE1
Black with #3ACFE1
Text Example
Text Example
White with #3ACFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFE1; }
p { color: rgb(58,207,225); }
H1.HeaderClassName
{
color: #3ACFE1;
}
.AnyTagClassName
{
color: #3ACFE1;
}
</style>
background-color css
<style>
a { background-color: #3ACFE1; }
a { background-color: rgb(58,207,225); }
div.DivClassName
{
background-color: #3ACFE1;
}
.BgClassName
{
background-color: #3ACFE1;
}
</style>
border-color css
<style>
span { border-color: #3ACFE1; }
span { border-color: rgb(58,207,225); }
td.TdClassName
{
border-color: #3ACFE1;
}
.TagClassName
{
border-color: #3ACFE1;
}
</style>