#3AE5D7

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

Shades of Turquoise #3AE5D7

Tints of Turquoise #3AE5D7

Color information

#3AE5D7 (or 0x3AE5D7) is unknown color: approx Turquoise. HEX triplet: 3A, E5 and D7. RGB value is (58,229,215). Sum of RGB (Red+Green+Blue) = 58+229+215=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE5D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE5D7 is #C51A28. Grayscale: #B0B0B0. Windows color (decimal): -12917289 or 14148922. OLE color: 14148922.

HSL color Cylindrical-coordinate representation of color #3AE5D7: hue angle of 175.09º 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 #3AE5D7 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB58229215-
CMYK0.7500.060.10
HSL175.09º76.68%56.27%-
HSV(B)175.09º74.67%89.8%-
XYZ42.0361.8474.01-
YUV176.27149.8543.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.55%
GREEN value IS 229 (89.84% from 255) = 45.62%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=11.55%
G=45.62%
B=42.83%

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
Decimal582292150.7500.060.10175.0976.6856.27
Hex3AE5D74B06Aaf4d38
Octal72345327113061225711570
Binary1110101110010111010111100101101101010101011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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