Shades of Turquoise #3ADBFF
Tints of Turquoise #3ADBFF
RGB
CMYK
RGB Variations
Color information
#3ADBFF (or 0x3ADBFF) is known color: Turquoise. HEX triplet: 3A, DB and FF. RGB value is (58,219,255). Sum of RGB (Red+Green+Blue) = 58+219+255=532 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.90% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ADBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBFF is #C52400. Grayscale: #AEAEAE. Windows color (decimal): -12919809 or 16767802. OLE color: 16767802.
HSL color Cylindrical-coordinate representation of color #3ADBFF: hue angle of 190.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ADBFF is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 219 | 255 | - |
| CMYK | 0.77 | 0.14 | 0 | 0 |
| HSL | 190.96º | 1% | 0.61% | - |
| HSV(B) | 190.96º | 0.77% | 1% | - |
| XYZ | 45.13 | 58.78 | 103.58 | - |
| YUV | 174.97 | 173.16 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 255 | 0.77 | 0.14 | 0 | 0 | 190.96 | 1 | 0.61 |
| Hex | 3A | DB | FF | 4D | E | 0 | 0 | BF | 64 | 3D |
| Octal | 72 | 333 | 377 | 115 | 16 | 0 | 0 | 277 | 144 | 75 |
| Binary | 111010 | 11011011 | 11111111 | 1001101 | 1110 | 0 | 0 | 10111111 | 1100100 | 111101 |
Color Harmonies of #3ADBFF
Complementary color
Monochromatic Colors of #3ADBFF
Black with #3ADBFF
Text Example
Text Example
White with #3ADBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBFF; }
p { color: rgb(58,219,255); }
H1.HeaderClassName
{
color: #3ADBFF;
}
.AnyTagClassName
{
color: #3ADBFF;
}
</style>
background-color css
<style>
a { background-color: #3ADBFF; }
a { background-color: rgb(58,219,255); }
div.DivClassName
{
background-color: #3ADBFF;
}
.BgClassName
{
background-color: #3ADBFF;
}
</style>
border-color css
<style>
span { border-color: #3ADBFF; }
span { border-color: rgb(58,219,255); }
td.TdClassName
{
border-color: #3ADBFF;
}
.TagClassName
{
border-color: #3ADBFF;
}
</style>