Shades of Medium Turquoise #3ACEDF
Tints of Medium Turquoise #3ACEDF
RGB
CMYK
RGB Variations
Color information
#3ACEDF (or 0x3ACEDF) is known color: Medium Turquoise. HEX triplet: 3A, CE and DF. RGB value is (58,206,223). Sum of RGB (Red+Green+Blue) = 58+206+223=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ACEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACEDF is #C53120. Grayscale: #A3A3A3. Windows color (decimal): -12923169 or 14667322. OLE color: 14667322.
HSL color Cylindrical-coordinate representation of color #3ACEDF: hue angle of 186.18º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACEDF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 206 | 223 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.13 |
| HSL | 186.18º | 0.72% | 0.55% | - |
| HSV(B) | 186.18º | 0.74% | 0.87% | - |
| XYZ | 37.14 | 50.37 | 77.58 | - |
| YUV | 163.69 | 161.47 | 52.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 223 | 0.74 | 0.08 | 0 | 0.13 | 186.18 | 0.72 | 0.55 |
| Hex | 3A | CE | DF | 4A | 8 | 0 | D | BA | 48 | 37 |
| Octal | 72 | 316 | 337 | 112 | 10 | 0 | 15 | 272 | 110 | 67 |
| Binary | 111010 | 11001110 | 11011111 | 1001010 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110111 |
Color Harmonies of #3ACEDF
Complementary color
Monochromatic Colors of #3ACEDF
Black with #3ACEDF
Text Example
Text Example
White with #3ACEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEDF; }
p { color: rgb(58,206,223); }
H1.HeaderClassName
{
color: #3ACEDF;
}
.AnyTagClassName
{
color: #3ACEDF;
}
</style>
background-color css
<style>
a { background-color: #3ACEDF; }
a { background-color: rgb(58,206,223); }
div.DivClassName
{
background-color: #3ACEDF;
}
.BgClassName
{
background-color: #3ACEDF;
}
</style>
border-color css
<style>
span { border-color: #3ACEDF; }
span { border-color: rgb(58,206,223); }
td.TdClassName
{
border-color: #3ACEDF;
}
.TagClassName
{
border-color: #3ACEDF;
}
</style>