Shades of Turquoise #3ADDED
Tints of Turquoise #3ADDED
RGB
CMYK
RGB Variations
Color information
#3ADDED (or 0x3ADDED) is known color: Turquoise. HEX triplet: 3A, DD and ED. RGB value is (58,221,237). Sum of RGB (Red+Green+Blue) = 58+221+237=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ADDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDED is #C52212. Grayscale: #ADADAD. Windows color (decimal): -12919315 or 15588666. OLE color: 15588666.
HSL color Cylindrical-coordinate representation of color #3ADDED: hue angle of 185.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADDED is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 221 | 237 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.07 |
| HSL | 185.36º | 0.83% | 0.58% | - |
| HSV(B) | 185.36º | 0.76% | 0.93% | - |
| XYZ | 42.89 | 58.73 | 89.2 | - |
| YUV | 174.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 237 | 0.76 | 0.07 | 0 | 0.07 | 185.36 | 0.83 | 0.58 |
| Hex | 3A | DD | ED | 4C | 7 | 0 | 7 | B9 | 53 | 3A |
| Octal | 72 | 335 | 355 | 114 | 7 | 0 | 7 | 271 | 123 | 72 |
| Binary | 111010 | 11011101 | 11101101 | 1001100 | 111 | 0 | 111 | 10111001 | 1010011 | 111010 |
Color Harmonies of #3ADDED
Complementary color
Monochromatic Colors of #3ADDED
Black with #3ADDED
Text Example
Text Example
White with #3ADDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDED; }
p { color: rgb(58,221,237); }
H1.HeaderClassName
{
color: #3ADDED;
}
.AnyTagClassName
{
color: #3ADDED;
}
</style>
background-color css
<style>
a { background-color: #3ADDED; }
a { background-color: rgb(58,221,237); }
div.DivClassName
{
background-color: #3ADDED;
}
.BgClassName
{
background-color: #3ADDED;
}
</style>
border-color css
<style>
span { border-color: #3ADDED; }
span { border-color: rgb(58,221,237); }
td.TdClassName
{
border-color: #3ADDED;
}
.TagClassName
{
border-color: #3ADDED;
}
</style>