Shades of Turquoise #3ADDEB
Tints of Turquoise #3ADDEB
RGB
CMYK
RGB Variations
Color information
#3ADDEB (or 0x3ADDEB) is known color: Turquoise. HEX triplet: 3A, DD and EB. RGB value is (58,221,235). Sum of RGB (Red+Green+Blue) = 58+221+235=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ADDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDEB is #C52214. Grayscale: #ADADAD. Windows color (decimal): -12919317 or 15457594. OLE color: 15457594.
HSL color Cylindrical-coordinate representation of color #3ADDEB: hue angle of 184.75º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ADDEB is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 221 | 235 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.08 |
| HSL | 184.75º | 0.82% | 0.57% | - |
| HSV(B) | 184.75º | 0.75% | 0.92% | - |
| XYZ | 42.6 | 58.61 | 87.67 | - |
| YUV | 173.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 235 | 0.75 | 0.06 | 0 | 0.08 | 184.75 | 0.82 | 0.57 |
| Hex | 3A | DD | EB | 4B | 6 | 0 | 8 | B9 | 52 | 39 |
| Octal | 72 | 335 | 353 | 113 | 6 | 0 | 10 | 271 | 122 | 71 |
| Binary | 111010 | 11011101 | 11101011 | 1001011 | 110 | 0 | 1000 | 10111001 | 1010010 | 111001 |
Color Harmonies of #3ADDEB
Complementary color
Monochromatic Colors of #3ADDEB
Black with #3ADDEB
Text Example
Text Example
White with #3ADDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDEB; }
p { color: rgb(58,221,235); }
H1.HeaderClassName
{
color: #3ADDEB;
}
.AnyTagClassName
{
color: #3ADDEB;
}
</style>
background-color css
<style>
a { background-color: #3ADDEB; }
a { background-color: rgb(58,221,235); }
div.DivClassName
{
background-color: #3ADDEB;
}
.BgClassName
{
background-color: #3ADDEB;
}
</style>
border-color css
<style>
span { border-color: #3ADDEB; }
span { border-color: rgb(58,221,235); }
td.TdClassName
{
border-color: #3ADDEB;
}
.TagClassName
{
border-color: #3ADDEB;
}
</style>