#4AFCB5

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

Shades of Turquoise #4AFCB5

Tints of Turquoise #4AFCB5

Color information

#4AFCB5 (or 0x4AFCB5) is unknown color: approx Turquoise. HEX triplet: 4A, FC and B5. RGB value is (74,252,181). Sum of RGB (Red+Green+Blue) = 74+252+181=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCB5 is #B5034A. Grayscale: #BEBEBE. Windows color (decimal): -11862859 or 11926602. OLE color: 11926602.

HSL color Cylindrical-coordinate representation of color #4AFCB5: hue angle of 156.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFCB5 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB74252181-
CMYK0.7100.280.01
HSL156.07º96.74%63.92%-
HSV(B)156.07º70.63%98.82%-
XYZ45.9774.4155.66-
YUV190.68122.5344.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.60%
GREEN value IS 252 (98.83% from 255) = 49.70%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=14.60%
G=49.70%
B=35.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742521810.7100.280.01156.0796.7463.92
Hex4AFCB54701C19c6140
Octal1123742651070341234141100
Binary10010101111110010110101100011101110011001110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,252,181); }

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

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

 a { background-color: rgb(74,252,181); }

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

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

 span { border-color: rgb(74,252,181); }

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