Shades of Medium Turquoise #3ACADF
Tints of Medium Turquoise #3ACADF
RGB
CMYK
RGB Variations
Color information
#3ACADF (or 0x3ACADF) is known color: Medium Turquoise. HEX triplet: 3A, CA and DF. RGB value is (58,202,223). Sum of RGB (Red+Green+Blue) = 58+202+223=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ACADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACADF is #C53520. Grayscale: #A1A1A1. Windows color (decimal): -12924193 or 14666298. OLE color: 14666298.
HSL color Cylindrical-coordinate representation of color #3ACADF: hue angle of 187.64º 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 #3ACADF is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 202 | 223 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.13 |
| HSL | 187.64º | 0.72% | 0.55% | - |
| HSV(B) | 187.64º | 0.74% | 0.87% | - |
| XYZ | 36.18 | 48.47 | 77.26 | - |
| YUV | 161.34 | 162.79 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 202 | 223 | 0.74 | 0.09 | 0 | 0.13 | 187.64 | 0.72 | 0.55 |
| Hex | 3A | CA | DF | 4A | 9 | 0 | D | BC | 48 | 37 |
| Octal | 72 | 312 | 337 | 112 | 11 | 0 | 15 | 274 | 110 | 67 |
| Binary | 111010 | 11001010 | 11011111 | 1001010 | 1001 | 0 | 1101 | 10111100 | 1001000 | 110111 |
Color Harmonies of #3ACADF
Complementary color
Monochromatic Colors of #3ACADF
Black with #3ACADF
Text Example
Text Example
White with #3ACADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACADF; }
p { color: rgb(58,202,223); }
H1.HeaderClassName
{
color: #3ACADF;
}
.AnyTagClassName
{
color: #3ACADF;
}
</style>
background-color css
<style>
a { background-color: #3ACADF; }
a { background-color: rgb(58,202,223); }
div.DivClassName
{
background-color: #3ACADF;
}
.BgClassName
{
background-color: #3ACADF;
}
</style>
border-color css
<style>
span { border-color: #3ACADF; }
span { border-color: rgb(58,202,223); }
td.TdClassName
{
border-color: #3ACADF;
}
.TagClassName
{
border-color: #3ACADF;
}
</style>