Shades of Turquoise #3ADBEF
Tints of Turquoise #3ADBEF
RGB
CMYK
RGB Variations
Color information
#3ADBEF (or 0x3ADBEF) is known color: Turquoise. HEX triplet: 3A, DB and EF. RGB value is (58,219,239). Sum of RGB (Red+Green+Blue) = 58+219+239=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ADBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADBEF is #C52410. Grayscale: #ACACAC. Windows color (decimal): -12919825 or 15719226. OLE color: 15719226.
HSL color Cylindrical-coordinate representation of color #3ADBEF: hue angle of 186.63º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADBEF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 219 | 239 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.06 |
| HSL | 186.63º | 0.85% | 0.58% | - |
| HSV(B) | 186.63º | 0.76% | 0.94% | - |
| XYZ | 42.66 | 57.79 | 90.57 | - |
| YUV | 173.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 219 | 239 | 0.76 | 0.08 | 0 | 0.06 | 186.63 | 0.85 | 0.58 |
| Hex | 3A | DB | EF | 4C | 8 | 0 | 6 | BB | 55 | 3A |
| Octal | 72 | 333 | 357 | 114 | 10 | 0 | 6 | 273 | 125 | 72 |
| Binary | 111010 | 11011011 | 11101111 | 1001100 | 1000 | 0 | 110 | 10111011 | 1010101 | 111010 |
Color Harmonies of #3ADBEF
Complementary color
Monochromatic Colors of #3ADBEF
Black with #3ADBEF
Text Example
Text Example
White with #3ADBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADBEF; }
p { color: rgb(58,219,239); }
H1.HeaderClassName
{
color: #3ADBEF;
}
.AnyTagClassName
{
color: #3ADBEF;
}
</style>
background-color css
<style>
a { background-color: #3ADBEF; }
a { background-color: rgb(58,219,239); }
div.DivClassName
{
background-color: #3ADBEF;
}
.BgClassName
{
background-color: #3ADBEF;
}
</style>
border-color css
<style>
span { border-color: #3ADBEF; }
span { border-color: rgb(58,219,239); }
td.TdClassName
{
border-color: #3ADBEF;
}
.TagClassName
{
border-color: #3ADBEF;
}
</style>