Shades of Turquoise #3ADDC8
Tints of Turquoise #3ADDC8
RGB
CMYK
RGB Variations
Color information
#3ADDC8 (or 0x3ADDC8) is known color: Turquoise. HEX triplet: 3A, DD and C8. RGB value is (58,221,200). Sum of RGB (Red+Green+Blue) = 58+221+200=479 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.11% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADDC8 is #C52237. Grayscale: #A9A9A9. Windows color (decimal): -12919352 or 13163834. OLE color: 13163834.
HSL color Cylindrical-coordinate representation of color #3ADDC8: hue angle of 172.27º 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 #3ADDC8 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 221 | 200 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.13 |
| HSL | 172.27º | 0.71% | 0.55% | - |
| HSV(B) | 172.27º | 0.74% | 0.87% | - |
| XYZ | 38.03 | 56.78 | 63.6 | - |
| YUV | 169.87 | 145 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 200 | 0.74 | 0 | 0.10 | 0.13 | 172.27 | 0.71 | 0.55 |
| Hex | 3A | DD | C8 | 4A | 0 | A | D | AC | 47 | 37 |
| Octal | 72 | 335 | 310 | 112 | 0 | 12 | 15 | 254 | 107 | 67 |
| Binary | 111010 | 11011101 | 11001000 | 1001010 | 0 | 1010 | 1101 | 10101100 | 1000111 | 110111 |
Color Harmonies of #3ADDC8
Complementary color
Monochromatic Colors of #3ADDC8
Black with #3ADDC8
Text Example
Text Example
White with #3ADDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDC8; }
p { color: rgb(58,221,200); }
H1.HeaderClassName
{
color: #3ADDC8;
}
.AnyTagClassName
{
color: #3ADDC8;
}
</style>
background-color css
<style>
a { background-color: #3ADDC8; }
a { background-color: rgb(58,221,200); }
div.DivClassName
{
background-color: #3ADDC8;
}
.BgClassName
{
background-color: #3ADDC8;
}
</style>
border-color css
<style>
span { border-color: #3ADDC8; }
span { border-color: rgb(58,221,200); }
td.TdClassName
{
border-color: #3ADDC8;
}
.TagClassName
{
border-color: #3ADDC8;
}
</style>