#3ADAE2

Color #3ADAE2 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3ADAE2

Tints of Turquoise #3ADAE2

Color information

#3ADAE2 (or 0x3ADAE2) is unknown color: approx Turquoise. HEX triplet: 3A, DA and E2. RGB value is (58,218,226). Sum of RGB (Red+Green+Blue) = 58+218+226=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 226 - color contains mainly: blue. Hex color #3ADAE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADAE2 is #C5251D. Grayscale: #AAAAAA. Windows color (decimal): -12920094 or 14867002. OLE color: 14867002.

HSL color Cylindrical-coordinate representation of color #3ADAE2: hue angle of 182.86º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADAE2 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58218226-
CMYK0.740.0400.11
HSL182.86º74.34%55.69%-
HSV(B)182.86º74.34%88.63%-
XYZ40.5456.5380.73-
YUV171.07158.9947.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 11.55%
GREEN value IS 218 (85.55% from 255) = 43.43%
BLUE value IS 226 (88.67% from 255) = 45.02%
R=11.55%
G=43.43%
B=45.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582182260.740.0400.11182.8674.3455.69
Hex3ADAE24A40Bb74a38
Octal72332342112401326711270
Binary1110101101101011100010100101010001011101101111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ADAE2; }

 p { color: rgb(58,218,226); }

 H1.HeaderClassName
 {
   color: #3ADAE2;
 }
 .AnyTagClassName
 {
   color: #3ADAE2;
 }
</style>
background-color css

<style>
 a { background-color: #3ADAE2; }

 a { background-color: rgb(58,218,226); }

 div.DivClassName
 {
   background-color: #3ADAE2;
 }
 .BgClassName
 {
   background-color: #3ADAE2;
 }
</style>
border-color css

<style>
 span { border-color: #3ADAE2; }

 span { border-color: rgb(58,218,226); }

 td.TdClassName
 {
   border-color: #3ADAE2;
 }
 .TagClassName
 {
   border-color: #3ADAE2;
 }
</style>