Shades of Medium Turquoise #3ACFDF
Tints of Medium Turquoise #3ACFDF
RGB
CMYK
RGB Variations
Color information
#3ACFDF (or 0x3ACFDF) is known color: Medium Turquoise. HEX triplet: 3A, CF and DF. RGB value is (58,207,223). Sum of RGB (Red+Green+Blue) = 58+207+223=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ACFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACFDF is #C53020. Grayscale: #A4A4A4. Windows color (decimal): -12922913 or 14667578. OLE color: 14667578.
HSL color Cylindrical-coordinate representation of color #3ACFDF: hue angle of 185.82º 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 #3ACFDF is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 207 | 223 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.13 |
| HSL | 185.82º | 0.72% | 0.55% | - |
| HSV(B) | 185.82º | 0.74% | 0.87% | - |
| XYZ | 37.38 | 50.85 | 77.66 | - |
| YUV | 164.27 | 161.14 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 207 | 223 | 0.74 | 0.07 | 0 | 0.13 | 185.82 | 0.72 | 0.55 |
| Hex | 3A | CF | DF | 4A | 7 | 0 | D | BA | 48 | 37 |
| Octal | 72 | 317 | 337 | 112 | 7 | 0 | 15 | 272 | 110 | 67 |
| Binary | 111010 | 11001111 | 11011111 | 1001010 | 111 | 0 | 1101 | 10111010 | 1001000 | 110111 |
Color Harmonies of #3ACFDF
Complementary color
Monochromatic Colors of #3ACFDF
Black with #3ACFDF
Text Example
Text Example
White with #3ACFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACFDF; }
p { color: rgb(58,207,223); }
H1.HeaderClassName
{
color: #3ACFDF;
}
.AnyTagClassName
{
color: #3ACFDF;
}
</style>
background-color css
<style>
a { background-color: #3ACFDF; }
a { background-color: rgb(58,207,223); }
div.DivClassName
{
background-color: #3ACFDF;
}
.BgClassName
{
background-color: #3ACFDF;
}
</style>
border-color css
<style>
span { border-color: #3ACFDF; }
span { border-color: rgb(58,207,223); }
td.TdClassName
{
border-color: #3ACFDF;
}
.TagClassName
{
border-color: #3ACFDF;
}
</style>