#3AE7C8

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

Shades of Turquoise #3AE7C8

Tints of Turquoise #3AE7C8

Color information

#3AE7C8 (or 0x3AE7C8) is unknown color: approx Turquoise. HEX triplet: 3A, E7 and C8. RGB value is (58,231,200). Sum of RGB (Red+Green+Blue) = 58+231+200=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #3AE7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AE7C8 is #C51837. Grayscale: #AFAFAF. Windows color (decimal): -12916792 or 13166394. OLE color: 13166394.

HSL color Cylindrical-coordinate representation of color #3AE7C8: hue angle of 169.25º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE7C8 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB58231200-
CMYK0.7500.130.09
HSL169.25º78.28%56.67%-
HSV(B)169.25º74.89%90.59%-
XYZ40.7562.2264.51-
YUV175.74141.6944.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.86%
GREEN value IS 231 (90.62% from 255) = 47.24%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=11.86%
G=47.24%
B=40.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal582312000.7500.130.09169.2578.2856.67
Hex3AE7C84B0D9a94e39
Octal723473101130151125111671
Binary11101011100111110010001001011011011001101010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,231,200); }

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

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

 a { background-color: rgb(58,231,200); }

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

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

 span { border-color: rgb(58,231,200); }

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