Shades of Turquoise #3ADDF9
Tints of Turquoise #3ADDF9
RGB
CMYK
RGB Variations
Color information
#3ADDF9 (or 0x3ADDF9) is known color: Turquoise. HEX triplet: 3A, DD and F9. RGB value is (58,221,249). Sum of RGB (Red+Green+Blue) = 58+221+249=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #3ADDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDF9 is #C52206. Grayscale: #AFAFAF. Windows color (decimal): -12919303 or 16375098. OLE color: 16375098.
HSL color Cylindrical-coordinate representation of color #3ADDF9: hue angle of 188.8º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADDF9 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 221 | 249 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.02 |
| HSL | 188.8º | 0.94% | 0.6% | - |
| HSV(B) | 188.8º | 0.77% | 0.98% | - |
| XYZ | 44.7 | 59.45 | 98.74 | - |
| YUV | 175.46 | 169.5 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 249 | 0.77 | 0.11 | 0 | 0.02 | 188.8 | 0.94 | 0.6 |
| Hex | 3A | DD | F9 | 4D | B | 0 | 2 | BD | 5E | 3C |
| Octal | 72 | 335 | 371 | 115 | 13 | 0 | 2 | 275 | 136 | 74 |
| Binary | 111010 | 11011101 | 11111001 | 1001101 | 1011 | 0 | 10 | 10111101 | 1011110 | 111100 |
Color Harmonies of #3ADDF9
Complementary color
Monochromatic Colors of #3ADDF9
Black with #3ADDF9
Text Example
Text Example
White with #3ADDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDF9; }
p { color: rgb(58,221,249); }
H1.HeaderClassName
{
color: #3ADDF9;
}
.AnyTagClassName
{
color: #3ADDF9;
}
</style>
background-color css
<style>
a { background-color: #3ADDF9; }
a { background-color: rgb(58,221,249); }
div.DivClassName
{
background-color: #3ADDF9;
}
.BgClassName
{
background-color: #3ADDF9;
}
</style>
border-color css
<style>
span { border-color: #3ADDF9; }
span { border-color: rgb(58,221,249); }
td.TdClassName
{
border-color: #3ADDF9;
}
.TagClassName
{
border-color: #3ADDF9;
}
</style>