#3AE0C9

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

Shades of Turquoise #3AE0C9

Tints of Turquoise #3AE0C9

Color information

#3AE0C9 (or 0x3AE0C9) is unknown color: approx Turquoise. HEX triplet: 3A, E0 and C9. RGB value is (58,224,201). Sum of RGB (Red+Green+Blue) = 58+224+201=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE0C9 is #C51F36. Grayscale: #ABABAB. Windows color (decimal): -12918583 or 13230138. OLE color: 13230138.

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

Color convert

RGB58224201-
CMYK0.7400.100.12
HSL171.69º72.81%55.29%-
HSV(B)171.69º74.11%87.84%-
XYZ38.9458.4364.48-
YUV171.74144.546.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.01%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=12.01%
G=46.38%
B=41.61%

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
Decimal582242010.7400.100.12171.6972.8155.29
Hex3AE0C94A0ACac4937
Octal723403111120121425411167
Binary11101011100000110010011001010010101100101011001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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