Shades of Medium Turquoise #3ACDDF
Tints of Medium Turquoise #3ACDDF
RGB
CMYK
RGB Variations
Color information
#3ACDDF (or 0x3ACDDF) is known color: Medium Turquoise. HEX triplet: 3A, CD and DF. RGB value is (58,205,223). Sum of RGB (Red+Green+Blue) = 58+205+223=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ACDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACDDF is #C53220. Grayscale: #A2A2A2. Windows color (decimal): -12923425 or 14667066. OLE color: 14667066.
HSL color Cylindrical-coordinate representation of color #3ACDDF: hue angle of 186.55º 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 #3ACDDF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 205 | 223 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.13 |
| HSL | 186.55º | 0.72% | 0.55% | - |
| HSV(B) | 186.55º | 0.74% | 0.87% | - |
| XYZ | 36.9 | 49.89 | 77.5 | - |
| YUV | 163.1 | 161.8 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 223 | 0.74 | 0.08 | 0 | 0.13 | 186.55 | 0.72 | 0.55 |
| Hex | 3A | CD | DF | 4A | 8 | 0 | D | BB | 48 | 37 |
| Octal | 72 | 315 | 337 | 112 | 10 | 0 | 15 | 273 | 110 | 67 |
| Binary | 111010 | 11001101 | 11011111 | 1001010 | 1000 | 0 | 1101 | 10111011 | 1001000 | 110111 |
Color Harmonies of #3ACDDF
Complementary color
Monochromatic Colors of #3ACDDF
Black with #3ACDDF
Text Example
Text Example
White with #3ACDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDDF; }
p { color: rgb(58,205,223); }
H1.HeaderClassName
{
color: #3ACDDF;
}
.AnyTagClassName
{
color: #3ACDDF;
}
</style>
background-color css
<style>
a { background-color: #3ACDDF; }
a { background-color: rgb(58,205,223); }
div.DivClassName
{
background-color: #3ACDDF;
}
.BgClassName
{
background-color: #3ACDDF;
}
</style>
border-color css
<style>
span { border-color: #3ACDDF; }
span { border-color: rgb(58,205,223); }
td.TdClassName
{
border-color: #3ACDDF;
}
.TagClassName
{
border-color: #3ACDDF;
}
</style>