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