Shades of Medium Turquoise #3ACCDF
Tints of Medium Turquoise #3ACCDF
RGB
CMYK
RGB Variations
Color information
#3ACCDF (or 0x3ACCDF) is known color: Medium Turquoise. HEX triplet: 3A, CC and DF. RGB value is (58,204,223). Sum of RGB (Red+Green+Blue) = 58+204+223=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ACCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACCDF is #C53320. Grayscale: #A2A2A2. Windows color (decimal): -12923681 or 14666810. OLE color: 14666810.
HSL color Cylindrical-coordinate representation of color #3ACCDF: hue angle of 186.91º 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 #3ACCDF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 204 | 223 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.13 |
| HSL | 186.91º | 0.72% | 0.55% | - |
| HSV(B) | 186.91º | 0.74% | 0.87% | - |
| XYZ | 36.66 | 49.41 | 77.42 | - |
| YUV | 162.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 223 | 0.74 | 0.09 | 0 | 0.13 | 186.91 | 0.72 | 0.55 |
| Hex | 3A | CC | DF | 4A | 9 | 0 | D | BB | 48 | 37 |
| Octal | 72 | 314 | 337 | 112 | 11 | 0 | 15 | 273 | 110 | 67 |
| Binary | 111010 | 11001100 | 11011111 | 1001010 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110111 |
Color Harmonies of #3ACCDF
Complementary color
Monochromatic Colors of #3ACCDF
Black with #3ACCDF
Text Example
Text Example
White with #3ACCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCDF; }
p { color: rgb(58,204,223); }
H1.HeaderClassName
{
color: #3ACCDF;
}
.AnyTagClassName
{
color: #3ACCDF;
}
</style>
background-color css
<style>
a { background-color: #3ACCDF; }
a { background-color: rgb(58,204,223); }
div.DivClassName
{
background-color: #3ACCDF;
}
.BgClassName
{
background-color: #3ACCDF;
}
</style>
border-color css
<style>
span { border-color: #3ACCDF; }
span { border-color: rgb(58,204,223); }
td.TdClassName
{
border-color: #3ACCDF;
}
.TagClassName
{
border-color: #3ACCDF;
}
</style>