#3AE0CA

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

Shades of Turquoise #3AE0CA

Tints of Turquoise #3AE0CA

Color information

#3AE0CA (or 0x3AE0CA) is unknown color: approx Turquoise. HEX triplet: 3A, E0 and CA. RGB value is (58,224,202). Sum of RGB (Red+Green+Blue) = 58+224+202=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE0CA is #C51F35. Grayscale: #ABABAB. Windows color (decimal): -12918582 or 13295674. OLE color: 13295674.

HSL color Cylindrical-coordinate representation of color #3AE0CA: hue angle of 172.05º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE0CA is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB58224202-
CMYK0.7400.100.12
HSL172.05º72.81%55.29%-
HSV(B)172.05º74.11%87.84%-
XYZ39.0658.4865.11-
YUV171.8614546.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.98%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 202 (79.30% from 255) = 41.74%
R=11.98%
G=46.28%
B=41.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582242020.7400.100.12172.0572.8155.29
Hex3AE0CA4A0ACac4937
Octal723403121120121425411167
Binary11101011100000110010101001010010101100101011001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,224,202); }

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

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

 a { background-color: rgb(58,224,202); }

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

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

 span { border-color: rgb(58,224,202); }

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