Shades of Turquoise #3ADFD5
Tints of Turquoise #3ADFD5
RGB
CMYK
RGB Variations
Color information
#3ADFD5 (or 0x3ADFD5) is known color: Turquoise. HEX triplet: 3A, DF and D5. RGB value is (58,223,213). Sum of RGB (Red+Green+Blue) = 58+223+213=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFD5 is #C5202A. Grayscale: #ACACAC. Windows color (decimal): -12918827 or 14016314. OLE color: 14016314.
HSL color Cylindrical-coordinate representation of color #3ADFD5: hue angle of 176.36º 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 #3ADFD5 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 223 | 213 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.13 |
| HSL | 176.36º | 0.72% | 0.55% | - |
| HSV(B) | 176.36º | 0.74% | 0.87% | - |
| XYZ | 40.14 | 58.48 | 72.12 | - |
| YUV | 172.53 | 150.84 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 223 | 213 | 0.74 | 0 | 0.04 | 0.13 | 176.36 | 0.72 | 0.55 |
| Hex | 3A | DF | D5 | 4A | 0 | 4 | D | B0 | 48 | 37 |
| Octal | 72 | 337 | 325 | 112 | 0 | 4 | 15 | 260 | 110 | 67 |
| Binary | 111010 | 11011111 | 11010101 | 1001010 | 0 | 100 | 1101 | 10110000 | 1001000 | 110111 |
Color Harmonies of #3ADFD5
Complementary color
Monochromatic Colors of #3ADFD5
Black with #3ADFD5
Text Example
Text Example
White with #3ADFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADFD5; }
p { color: rgb(58,223,213); }
H1.HeaderClassName
{
color: #3ADFD5;
}
.AnyTagClassName
{
color: #3ADFD5;
}
</style>
background-color css
<style>
a { background-color: #3ADFD5; }
a { background-color: rgb(58,223,213); }
div.DivClassName
{
background-color: #3ADFD5;
}
.BgClassName
{
background-color: #3ADFD5;
}
</style>
border-color css
<style>
span { border-color: #3ADFD5; }
span { border-color: rgb(58,223,213); }
td.TdClassName
{
border-color: #3ADFD5;
}
.TagClassName
{
border-color: #3ADFD5;
}
</style>