Shades of Turquoise #3ADDF1
Tints of Turquoise #3ADDF1
RGB
CMYK
RGB Variations
Color information
#3ADDF1 (or 0x3ADDF1) is known color: Turquoise. HEX triplet: 3A, DD and F1. RGB value is (58,221,241). Sum of RGB (Red+Green+Blue) = 58+221+241=520 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.15% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #3ADDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDF1 is #C5220E. Grayscale: #AEAEAE. Windows color (decimal): -12919311 or 15850810. OLE color: 15850810.
HSL color Cylindrical-coordinate representation of color #3ADDF1: hue angle of 186.56º degrees, saturation: 0.87, 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 #3ADDF1 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 221 | 241 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.05 |
| HSL | 186.56º | 0.87% | 0.59% | - |
| HSV(B) | 186.56º | 0.76% | 0.95% | - |
| XYZ | 43.48 | 58.96 | 92.31 | - |
| YUV | 174.54 | 165.5 | 44.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 241 | 0.76 | 0.08 | 0 | 0.05 | 186.56 | 0.87 | 0.59 |
| Hex | 3A | DD | F1 | 4C | 8 | 0 | 5 | BB | 57 | 3B |
| Octal | 72 | 335 | 361 | 114 | 10 | 0 | 5 | 273 | 127 | 73 |
| Binary | 111010 | 11011101 | 11110001 | 1001100 | 1000 | 0 | 101 | 10111011 | 1010111 | 111011 |
Color Harmonies of #3ADDF1
Complementary color
Monochromatic Colors of #3ADDF1
Black with #3ADDF1
Text Example
Text Example
White with #3ADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDF1; }
p { color: rgb(58,221,241); }
H1.HeaderClassName
{
color: #3ADDF1;
}
.AnyTagClassName
{
color: #3ADDF1;
}
</style>
background-color css
<style>
a { background-color: #3ADDF1; }
a { background-color: rgb(58,221,241); }
div.DivClassName
{
background-color: #3ADDF1;
}
.BgClassName
{
background-color: #3ADDF1;
}
</style>
border-color css
<style>
span { border-color: #3ADDF1; }
span { border-color: rgb(58,221,241); }
td.TdClassName
{
border-color: #3ADDF1;
}
.TagClassName
{
border-color: #3ADDF1;
}
</style>