#4AFBE3

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

Shades of Turquoise #4AFBE3

Tints of Turquoise #4AFBE3

Color information

#4AFBE3 (or 0x4AFBE3) is unknown color: approx Turquoise. HEX triplet: 4A, FB and E3. RGB value is (74,251,227). Sum of RGB (Red+Green+Blue) = 74+251+227=552 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.41% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBE3 is #B5041C. Grayscale: #C3C3C3. Windows color (decimal): -11863069 or 14941002. OLE color: 14941002.

HSL color Cylindrical-coordinate representation of color #4AFBE3: hue angle of 171.86º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBE3 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB74251227-
CMYK0.7100.100.02
HSL171.86º95.68%63.73%-
HSV(B)171.86º70.52%98.43%-
XYZ51.197684.64-
YUV195.34145.8641.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.41%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 227 (89.06% from 255) = 41.12%
R=13.41%
G=45.47%
B=41.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742512270.7100.100.02171.8695.6863.73
Hex4AFBE3470A2ac6040
Octal1123733431070122254140100
Binary10010101111101111100011100011101010101010110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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