#3AE2DA

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

Shades of Turquoise #3AE2DA

Tints of Turquoise #3AE2DA

Color information

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

HSL color Cylindrical-coordinate representation of color #3AE2DA: hue angle of 177.14º 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 #3AE2DA is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB58226218-
CMYK0.7400.040.11
HSL177.14º74.34%55.69%-
HSV(B)177.14º74.34%88.63%-
XYZ41.660.3575.79-
YUV174.86152.3444.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582262180.7400.040.11177.1474.3455.69
Hex3AE2DA4A04Bb14a38
Octal72342332112041326111270
Binary1110101110001011011010100101001001011101100011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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