Shades of Turquoise #3AD9DF
Tints of Turquoise #3AD9DF
RGB
CMYK
RGB Variations
Color information
#3AD9DF (or 0x3AD9DF) is known color: Turquoise. HEX triplet: 3A, D9 and DF. RGB value is (58,217,223). Sum of RGB (Red+Green+Blue) = 58+217+223=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AD9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD9DF is #C52620. Grayscale: #A9A9A9. Windows color (decimal): -12920353 or 14670138. OLE color: 14670138.
HSL color Cylindrical-coordinate representation of color #3AD9DF: hue angle of 182.18º 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 #3AD9DF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 217 | 223 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.13 |
| HSL | 182.18º | 0.72% | 0.55% | - |
| HSV(B) | 182.18º | 0.74% | 0.87% | - |
| XYZ | 39.88 | 55.85 | 78.49 | - |
| YUV | 170.14 | 157.82 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 217 | 223 | 0.74 | 0.03 | 0 | 0.13 | 182.18 | 0.72 | 0.55 |
| Hex | 3A | D9 | DF | 4A | 3 | 0 | D | B6 | 48 | 37 |
| Octal | 72 | 331 | 337 | 112 | 3 | 0 | 15 | 266 | 110 | 67 |
| Binary | 111010 | 11011001 | 11011111 | 1001010 | 11 | 0 | 1101 | 10110110 | 1001000 | 110111 |
Color Harmonies of #3AD9DF
Complementary color
Monochromatic Colors of #3AD9DF
Black with #3AD9DF
Text Example
Text Example
White with #3AD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD9DF; }
p { color: rgb(58,217,223); }
H1.HeaderClassName
{
color: #3AD9DF;
}
.AnyTagClassName
{
color: #3AD9DF;
}
</style>
background-color css
<style>
a { background-color: #3AD9DF; }
a { background-color: rgb(58,217,223); }
div.DivClassName
{
background-color: #3AD9DF;
}
.BgClassName
{
background-color: #3AD9DF;
}
</style>
border-color css
<style>
span { border-color: #3AD9DF; }
span { border-color: rgb(58,217,223); }
td.TdClassName
{
border-color: #3AD9DF;
}
.TagClassName
{
border-color: #3AD9DF;
}
</style>