Shades of Medium Turquoise #3ACFDD
Tints of Medium Turquoise #3ACFDD
RGB
CMYK
RGB Variations
Color information
#3ACFDD (or 0x3ACFDD) is known color: Medium Turquoise. HEX triplet: 3A, CF and DD. RGB value is (58,207,221). Sum of RGB (Red+Green+Blue) = 58+207+221=486 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.93% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #3ACFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFDD is #C53022. Grayscale: #A3A3A3. Windows color (decimal): -12922915 or 14536506. OLE color: 14536506.
HSL color Cylindrical-coordinate representation of color #3ACFDD: hue angle of 185.15º degrees, saturation: 0.71, 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 #3ACFDD is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 207 | 221 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.13 |
| HSL | 185.15º | 0.71% | 0.55% | - |
| HSV(B) | 185.15º | 0.74% | 0.87% | - |
| XYZ | 37.11 | 50.75 | 76.25 | - |
| YUV | 164.05 | 160.14 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 221 | 0.74 | 0.06 | 0 | 0.13 | 185.15 | 0.71 | 0.55 |
| Hex | 3A | CF | DD | 4A | 6 | 0 | D | B9 | 47 | 37 |
| Octal | 72 | 317 | 335 | 112 | 6 | 0 | 15 | 271 | 107 | 67 |
| Binary | 111010 | 11001111 | 11011101 | 1001010 | 110 | 0 | 1101 | 10111001 | 1000111 | 110111 |
Color Harmonies of #3ACFDD
Complementary color
Monochromatic Colors of #3ACFDD
Black with #3ACFDD
Text Example
Text Example
White with #3ACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFDD; }
p { color: rgb(58,207,221); }
H1.HeaderClassName
{
color: #3ACFDD;
}
.AnyTagClassName
{
color: #3ACFDD;
}
</style>
background-color css
<style>
a { background-color: #3ACFDD; }
a { background-color: rgb(58,207,221); }
div.DivClassName
{
background-color: #3ACFDD;
}
.BgClassName
{
background-color: #3ACFDD;
}
</style>
border-color css
<style>
span { border-color: #3ACFDD; }
span { border-color: rgb(58,207,221); }
td.TdClassName
{
border-color: #3ACFDD;
}
.TagClassName
{
border-color: #3ACFDD;
}
</style>