Shades of Turquoise #3ADDEE
Tints of Turquoise #3ADDEE
RGB
CMYK
RGB Variations
Color information
#3ADDEE (or 0x3ADDEE) is known color: Turquoise. HEX triplet: 3A, DD and EE. RGB value is (58,221,238). Sum of RGB (Red+Green+Blue) = 58+221+238=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ADDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADDEE is #C52211. Grayscale: #ADADAD. Windows color (decimal): -12919314 or 15654202. OLE color: 15654202.
HSL color Cylindrical-coordinate representation of color #3ADDEE: hue angle of 185.67º degrees, saturation: 0.84, 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 #3ADDEE is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 221 | 238 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.07 |
| HSL | 185.67º | 0.84% | 0.58% | - |
| HSV(B) | 185.67º | 0.76% | 0.93% | - |
| XYZ | 43.03 | 58.79 | 89.97 | - |
| YUV | 174.2 | 164 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 221 | 238 | 0.76 | 0.07 | 0 | 0.07 | 185.67 | 0.84 | 0.58 |
| Hex | 3A | DD | EE | 4C | 7 | 0 | 7 | BA | 54 | 3A |
| Octal | 72 | 335 | 356 | 114 | 7 | 0 | 7 | 272 | 124 | 72 |
| Binary | 111010 | 11011101 | 11101110 | 1001100 | 111 | 0 | 111 | 10111010 | 1010100 | 111010 |
Color Harmonies of #3ADDEE
Complementary color
Monochromatic Colors of #3ADDEE
Black with #3ADDEE
Text Example
Text Example
White with #3ADDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADDEE; }
p { color: rgb(58,221,238); }
H1.HeaderClassName
{
color: #3ADDEE;
}
.AnyTagClassName
{
color: #3ADDEE;
}
</style>
background-color css
<style>
a { background-color: #3ADDEE; }
a { background-color: rgb(58,221,238); }
div.DivClassName
{
background-color: #3ADDEE;
}
.BgClassName
{
background-color: #3ADDEE;
}
</style>
border-color css
<style>
span { border-color: #3ADDEE; }
span { border-color: rgb(58,221,238); }
td.TdClassName
{
border-color: #3ADDEE;
}
.TagClassName
{
border-color: #3ADDEE;
}
</style>