Shades of Medium Turquoise #3ACFDC
Tints of Medium Turquoise #3ACFDC
RGB
CMYK
RGB Variations
Color information
#3ACFDC (or 0x3ACFDC) is known color: Medium Turquoise. HEX triplet: 3A, CF and DC. RGB value is (58,207,220). Sum of RGB (Red+Green+Blue) = 58+207+220=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #3ACFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFDC is #C53023. Grayscale: #A3A3A3. Windows color (decimal): -12922916 or 14470970. OLE color: 14470970.
HSL color Cylindrical-coordinate representation of color #3ACFDC: hue angle of 184.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ACFDC is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 207 | 220 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.14 |
| HSL | 184.81º | 0.7% | 0.55% | - |
| HSV(B) | 184.81º | 0.74% | 0.86% | - |
| XYZ | 36.98 | 50.69 | 75.55 | - |
| YUV | 163.93 | 159.64 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 220 | 0.74 | 0.06 | 0 | 0.14 | 184.81 | 0.7 | 0.55 |
| Hex | 3A | CF | DC | 4A | 6 | 0 | E | B9 | 46 | 37 |
| Octal | 72 | 317 | 334 | 112 | 6 | 0 | 16 | 271 | 106 | 67 |
| Binary | 111010 | 11001111 | 11011100 | 1001010 | 110 | 0 | 1110 | 10111001 | 1000110 | 110111 |
Color Harmonies of #3ACFDC
Complementary color
Monochromatic Colors of #3ACFDC
Black with #3ACFDC
Text Example
Text Example
White with #3ACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFDC; }
p { color: rgb(58,207,220); }
H1.HeaderClassName
{
color: #3ACFDC;
}
.AnyTagClassName
{
color: #3ACFDC;
}
</style>
background-color css
<style>
a { background-color: #3ACFDC; }
a { background-color: rgb(58,207,220); }
div.DivClassName
{
background-color: #3ACFDC;
}
.BgClassName
{
background-color: #3ACFDC;
}
</style>
border-color css
<style>
span { border-color: #3ACFDC; }
span { border-color: rgb(58,207,220); }
td.TdClassName
{
border-color: #3ACFDC;
}
.TagClassName
{
border-color: #3ACFDC;
}
</style>