Shades of Turquoise #3ADDF3
Tints of Turquoise #3ADDF3
RGB
CMYK
RGB Variations
Color information
#3ADDF3 (or 0x3ADDF3) is known color: Turquoise. HEX triplet: 3A, DD and F3. RGB value is (58,221,243). Sum of RGB (Red+Green+Blue) = 58+221+243=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #3ADDF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDF3 is #C5220C. Grayscale: #AEAEAE. Windows color (decimal): -12919309 or 15981882. OLE color: 15981882.
HSL color Cylindrical-coordinate representation of color #3ADDF3: hue angle of 187.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADDF3 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 221 | 243 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.05 |
| HSL | 187.14º | 0.89% | 0.59% | - |
| HSV(B) | 187.14º | 0.76% | 0.95% | - |
| XYZ | 43.78 | 59.08 | 93.89 | - |
| YUV | 174.77 | 166.5 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 243 | 0.76 | 0.09 | 0 | 0.05 | 187.14 | 0.89 | 0.59 |
| Hex | 3A | DD | F3 | 4C | 9 | 0 | 5 | BB | 59 | 3B |
| Octal | 72 | 335 | 363 | 114 | 11 | 0 | 5 | 273 | 131 | 73 |
| Binary | 111010 | 11011101 | 11110011 | 1001100 | 1001 | 0 | 101 | 10111011 | 1011001 | 111011 |
Color Harmonies of #3ADDF3
Complementary color
Monochromatic Colors of #3ADDF3
Black with #3ADDF3
Text Example
Text Example
White with #3ADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDF3; }
p { color: rgb(58,221,243); }
H1.HeaderClassName
{
color: #3ADDF3;
}
.AnyTagClassName
{
color: #3ADDF3;
}
</style>
background-color css
<style>
a { background-color: #3ADDF3; }
a { background-color: rgb(58,221,243); }
div.DivClassName
{
background-color: #3ADDF3;
}
.BgClassName
{
background-color: #3ADDF3;
}
</style>
border-color css
<style>
span { border-color: #3ADDF3; }
span { border-color: rgb(58,221,243); }
td.TdClassName
{
border-color: #3ADDF3;
}
.TagClassName
{
border-color: #3ADDF3;
}
</style>