Shades of Turquoise #3ADBEE
Tints of Turquoise #3ADBEE
RGB
CMYK
RGB Variations
Color information
#3ADBEE (or 0x3ADBEE) is known color: Turquoise. HEX triplet: 3A, DB and EE. RGB value is (58,219,238). Sum of RGB (Red+Green+Blue) = 58+219+238=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ADBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBEE is #C52411. Grayscale: #ACACAC. Windows color (decimal): -12919826 or 15653690. OLE color: 15653690.
HSL color Cylindrical-coordinate representation of color #3ADBEE: hue angle of 186.33º 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 #3ADBEE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 219 | 238 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.07 |
| HSL | 186.33º | 0.84% | 0.58% | - |
| HSV(B) | 186.33º | 0.76% | 0.93% | - |
| XYZ | 42.51 | 57.74 | 89.79 | - |
| YUV | 173.03 | 164.66 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 238 | 0.76 | 0.08 | 0 | 0.07 | 186.33 | 0.84 | 0.58 |
| Hex | 3A | DB | EE | 4C | 8 | 0 | 7 | BA | 54 | 3A |
| Octal | 72 | 333 | 356 | 114 | 10 | 0 | 7 | 272 | 124 | 72 |
| Binary | 111010 | 11011011 | 11101110 | 1001100 | 1000 | 0 | 111 | 10111010 | 1010100 | 111010 |
Color Harmonies of #3ADBEE
Complementary color
Monochromatic Colors of #3ADBEE
Black with #3ADBEE
Text Example
Text Example
White with #3ADBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBEE; }
p { color: rgb(58,219,238); }
H1.HeaderClassName
{
color: #3ADBEE;
}
.AnyTagClassName
{
color: #3ADBEE;
}
</style>
background-color css
<style>
a { background-color: #3ADBEE; }
a { background-color: rgb(58,219,238); }
div.DivClassName
{
background-color: #3ADBEE;
}
.BgClassName
{
background-color: #3ADBEE;
}
</style>
border-color css
<style>
span { border-color: #3ADBEE; }
span { border-color: rgb(58,219,238); }
td.TdClassName
{
border-color: #3ADBEE;
}
.TagClassName
{
border-color: #3ADBEE;
}
</style>