#3AE5D8

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

Shades of Turquoise #3AE5D8

Tints of Turquoise #3AE5D8

Color information

#3AE5D8 (or 0x3AE5D8) is unknown color: approx Turquoise. HEX triplet: 3A, E5 and D8. RGB value is (58,229,216). Sum of RGB (Red+Green+Blue) = 58+229+216=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE5D8 is #C51A27. Grayscale: #B0B0B0. Windows color (decimal): -12917288 or 14214458. OLE color: 14214458.

HSL color Cylindrical-coordinate representation of color #3AE5D8: hue angle of 175.44º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE5D8 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB58229216-
CMYK0.7500.060.10
HSL175.44º76.68%56.27%-
HSV(B)175.44º74.67%89.8%-
XYZ42.1661.974.69-
YUV176.39150.3543.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.53%
GREEN value IS 229 (89.84% from 255) = 45.53%
BLUE value IS 216 (84.77% from 255) = 42.94%
R=11.53%
G=45.53%
B=42.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal582292160.7500.060.10175.4476.6856.27
Hex3AE5D84B06Aaf4d38
Octal72345330113061225711570
Binary1110101110010111011000100101101101010101011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,229,216); }

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

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

 a { background-color: rgb(58,229,216); }

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

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

 span { border-color: rgb(58,229,216); }

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