#4AEDB8

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

Shades of Turquoise #4AEDB8

Tints of Turquoise #4AEDB8

Color information

#4AEDB8 (or 0x4AEDB8) is unknown color: approx Turquoise. HEX triplet: 4A, ED and B8. RGB value is (74,237,184). Sum of RGB (Red+Green+Blue) = 74+237+184=495 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.95% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDB8 is #B51247. Grayscale: #B6B6B6. Windows color (decimal): -11866696 or 12119370. OLE color: 12119370.

HSL color Cylindrical-coordinate representation of color #4AEDB8: hue angle of 160.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEDB8 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB74237184-
CMYK0.6900.220.07
HSL160.49º81.91%60.98%-
HSV(B)160.49º68.78%92.94%-
XYZ41.7665.4855.79-
YUV182.2212950.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.95%
GREEN value IS 237 (92.97% from 255) = 47.88%
BLUE value IS 184 (72.27% from 255) = 37.17%
R=14.95%
G=47.88%
B=37.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742371840.6900.220.07160.4981.9160.98
Hex4AEDB8450167a0523d
Octal112355270105026724012275
Binary100101011101101101110001000101010110111101000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AEDB8; }

 p { color: rgb(74,237,184); }

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

<style>
 a { background-color: #4AEDB8; }

 a { background-color: rgb(74,237,184); }

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

<style>
 span { border-color: #4AEDB8; }

 span { border-color: rgb(74,237,184); }

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