Shades of Turquoise #3ADFD8
Tints of Turquoise #3ADFD8
RGB
CMYK
RGB Variations
Color information
#3ADFD8 (or 0x3ADFD8) is known color: Turquoise. HEX triplet: 3A, DF and D8. RGB value is (58,223,216). Sum of RGB (Red+Green+Blue) = 58+223+216=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD8 is #C52027. Grayscale: #ACACAC. Windows color (decimal): -12918824 or 14212922. OLE color: 14212922.
HSL color Cylindrical-coordinate representation of color #3ADFD8: hue angle of 177.45º 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 #3ADFD8 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 216 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.13 |
| HSL | 177.45º | 0.72% | 0.55% | - |
| HSV(B) | 177.45º | 0.74% | 0.87% | - |
| XYZ | 40.53 | 58.63 | 74.15 | - |
| YUV | 172.87 | 152.34 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 216 | 0.74 | 0 | 0.03 | 0.13 | 177.45 | 0.72 | 0.55 |
| Hex | 3A | DF | D8 | 4A | 0 | 3 | D | B1 | 48 | 37 |
| Octal | 72 | 337 | 330 | 112 | 0 | 3 | 15 | 261 | 110 | 67 |
| Binary | 111010 | 11011111 | 11011000 | 1001010 | 0 | 11 | 1101 | 10110001 | 1001000 | 110111 |
Color Harmonies of #3ADFD8
Complementary color
Monochromatic Colors of #3ADFD8
Black with #3ADFD8
Text Example
Text Example
White with #3ADFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFD8; }
p { color: rgb(58,223,216); }
H1.HeaderClassName
{
color: #3ADFD8;
}
.AnyTagClassName
{
color: #3ADFD8;
}
</style>
background-color css
<style>
a { background-color: #3ADFD8; }
a { background-color: rgb(58,223,216); }
div.DivClassName
{
background-color: #3ADFD8;
}
.BgClassName
{
background-color: #3ADFD8;
}
</style>
border-color css
<style>
span { border-color: #3ADFD8; }
span { border-color: rgb(58,223,216); }
td.TdClassName
{
border-color: #3ADFD8;
}
.TagClassName
{
border-color: #3ADFD8;
}
</style>