Shades of Turquoise #3ADCEF
Tints of Turquoise #3ADCEF
RGB
CMYK
RGB Variations
Color information
#3ADCEF (or 0x3ADCEF) is known color: Turquoise. HEX triplet: 3A, DC and EF. RGB value is (58,220,239). Sum of RGB (Red+Green+Blue) = 58+220+239=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ADCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCEF is #C52310. Grayscale: #ADADAD. Windows color (decimal): -12919569 or 15719482. OLE color: 15719482.
HSL color Cylindrical-coordinate representation of color #3ADCEF: hue angle of 186.3º 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 #3ADCEF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 220 | 239 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.06 |
| HSL | 186.3º | 0.85% | 0.58% | - |
| HSV(B) | 186.3º | 0.76% | 0.94% | - |
| XYZ | 42.92 | 58.32 | 90.66 | - |
| YUV | 173.73 | 164.83 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 220 | 239 | 0.76 | 0.08 | 0 | 0.06 | 186.3 | 0.85 | 0.58 |
| Hex | 3A | DC | EF | 4C | 8 | 0 | 6 | BA | 55 | 3A |
| Octal | 72 | 334 | 357 | 114 | 10 | 0 | 6 | 272 | 125 | 72 |
| Binary | 111010 | 11011100 | 11101111 | 1001100 | 1000 | 0 | 110 | 10111010 | 1010101 | 111010 |
Color Harmonies of #3ADCEF
Complementary color
Monochromatic Colors of #3ADCEF
Black with #3ADCEF
Text Example
Text Example
White with #3ADCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ADCEF; }
p { color: rgb(58,220,239); }
H1.HeaderClassName
{
color: #3ADCEF;
}
.AnyTagClassName
{
color: #3ADCEF;
}
</style>
background-color css
<style>
a { background-color: #3ADCEF; }
a { background-color: rgb(58,220,239); }
div.DivClassName
{
background-color: #3ADCEF;
}
.BgClassName
{
background-color: #3ADCEF;
}
</style>
border-color css
<style>
span { border-color: #3ADCEF; }
span { border-color: rgb(58,220,239); }
td.TdClassName
{
border-color: #3ADCEF;
}
.TagClassName
{
border-color: #3ADCEF;
}
</style>