#4AF2E3

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

Shades of Turquoise #4AF2E3

Tints of Turquoise #4AF2E3

Color information

#4AF2E3 (or 0x4AF2E3) is unknown color: approx Turquoise. HEX triplet: 4A, F2 and E3. RGB value is (74,242,227). Sum of RGB (Red+Green+Blue) = 74+242+227=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF2E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF2E3 is #B50D1C. Grayscale: #BDBDBD. Windows color (decimal): -11865373 or 14938698. OLE color: 14938698.

HSL color Cylindrical-coordinate representation of color #4AF2E3: hue angle of 174.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF2E3 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB74242227-
CMYK0.6900.060.05
HSL174.64º86.6%61.96%-
HSV(B)174.64º69.42%94.9%-
XYZ48.4470.5183.73-
YUV190.06148.8445.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.63%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=13.63%
G=44.57%
B=41.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742422270.6900.060.05174.6486.661.96
Hex4AF2E345065af573e
Octal11236234310506525712776
Binary1001010111100101110001110001010110101101011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,242,227); }

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

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

 a { background-color: rgb(74,242,227); }

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

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

 span { border-color: rgb(74,242,227); }

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