Shades of Turquoise #3ADAEF
Tints of Turquoise #3ADAEF
RGB
CMYK
RGB Variations
Color information
#3ADAEF (or 0x3ADAEF) is known color: Turquoise. HEX triplet: 3A, DA and EF. RGB value is (58,218,239). Sum of RGB (Red+Green+Blue) = 58+218+239=515 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.26% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ADAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADAEF is #C52510. Grayscale: #ACACAC. Windows color (decimal): -12920081 or 15718970. OLE color: 15718970.
HSL color Cylindrical-coordinate representation of color #3ADAEF: hue angle of 186.96º 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 #3ADAEF is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 218 | 239 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.06 |
| HSL | 186.96º | 0.85% | 0.58% | - |
| HSV(B) | 186.96º | 0.76% | 0.94% | - |
| XYZ | 42.4 | 57.27 | 90.48 | - |
| YUV | 172.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 218 | 239 | 0.76 | 0.09 | 0 | 0.06 | 186.96 | 0.85 | 0.58 |
| Hex | 3A | DA | EF | 4C | 9 | 0 | 6 | BB | 55 | 3A |
| Octal | 72 | 332 | 357 | 114 | 11 | 0 | 6 | 273 | 125 | 72 |
| Binary | 111010 | 11011010 | 11101111 | 1001100 | 1001 | 0 | 110 | 10111011 | 1010101 | 111010 |
Color Harmonies of #3ADAEF
Complementary color
Monochromatic Colors of #3ADAEF
Black with #3ADAEF
Text Example
Text Example
White with #3ADAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADAEF; }
p { color: rgb(58,218,239); }
H1.HeaderClassName
{
color: #3ADAEF;
}
.AnyTagClassName
{
color: #3ADAEF;
}
</style>
background-color css
<style>
a { background-color: #3ADAEF; }
a { background-color: rgb(58,218,239); }
div.DivClassName
{
background-color: #3ADAEF;
}
.BgClassName
{
background-color: #3ADAEF;
}
</style>
border-color css
<style>
span { border-color: #3ADAEF; }
span { border-color: rgb(58,218,239); }
td.TdClassName
{
border-color: #3ADAEF;
}
.TagClassName
{
border-color: #3ADAEF;
}
</style>