Shades of Turquoise #3ADDD8
Tints of Turquoise #3ADDD8
RGB
CMYK
RGB Variations
Color information
#3ADDD8 (or 0x3ADDD8) is known color: Turquoise. HEX triplet: 3A, DD and D8. RGB value is (58,221,216). Sum of RGB (Red+Green+Blue) = 58+221+216=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDD8 is #C52227. Grayscale: #ABABAB. Windows color (decimal): -12919336 or 14212410. OLE color: 14212410.
HSL color Cylindrical-coordinate representation of color #3ADDD8: hue angle of 178.16º degrees, saturation: 0.71, 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 #3ADDD8 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 216 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.13 |
| HSL | 178.16º | 0.71% | 0.55% | - |
| HSV(B) | 178.16º | 0.74% | 0.87% | - |
| XYZ | 40 | 57.57 | 73.97 | - |
| YUV | 171.69 | 153 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 216 | 0.74 | 0 | 0.02 | 0.13 | 178.16 | 0.71 | 0.55 |
| Hex | 3A | DD | D8 | 4A | 0 | 2 | D | B2 | 47 | 37 |
| Octal | 72 | 335 | 330 | 112 | 0 | 2 | 15 | 262 | 107 | 67 |
| Binary | 111010 | 11011101 | 11011000 | 1001010 | 0 | 10 | 1101 | 10110010 | 1000111 | 110111 |
Color Harmonies of #3ADDD8
Complementary color
Monochromatic Colors of #3ADDD8
Black with #3ADDD8
Text Example
Text Example
White with #3ADDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDD8; }
p { color: rgb(58,221,216); }
H1.HeaderClassName
{
color: #3ADDD8;
}
.AnyTagClassName
{
color: #3ADDD8;
}
</style>
background-color css
<style>
a { background-color: #3ADDD8; }
a { background-color: rgb(58,221,216); }
div.DivClassName
{
background-color: #3ADDD8;
}
.BgClassName
{
background-color: #3ADDD8;
}
</style>
border-color css
<style>
span { border-color: #3ADDD8; }
span { border-color: rgb(58,221,216); }
td.TdClassName
{
border-color: #3ADDD8;
}
.TagClassName
{
border-color: #3ADDD8;
}
</style>