#4AEDEB

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

Shades of Turquoise #4AEDEB

Tints of Turquoise #4AEDEB

Color information

#4AEDEB (or 0x4AEDEB) is unknown color: approx Turquoise. HEX triplet: 4A, ED and EB. RGB value is (74,237,235). Sum of RGB (Red+Green+Blue) = 74+237+235=546 (72% of max value = 765). Red value is 74 (29.30% from 255 or 13.55% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEDEB is #B51214. Grayscale: #BBBBBB. Windows color (decimal): -11866645 or 15461706. OLE color: 15461706.

HSL color Cylindrical-coordinate representation of color #4AEDEB: hue angle of 179.26º 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 #4AEDEB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB74237235-
CMYK0.6900.010.07
HSL179.26º81.91%60.98%-
HSV(B)179.26º68.78%92.94%-
XYZ48.168.0289.19-
YUV188.04154.546.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.55%
GREEN value IS 237 (92.97% from 255) = 43.41%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=13.55%
G=43.41%
B=43.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal742372350.6900.010.07179.2681.9160.98
Hex4AEDEB45017b3523d
Octal11235535310501726312275
Binary10010101110110111101011100010101111101100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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