#4AFBDA

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

Shades of Turquoise #4AFBDA

Tints of Turquoise #4AFBDA

Color information

#4AFBDA (or 0x4AFBDA) is unknown color: approx Turquoise. HEX triplet: 4A, FB and DA. RGB value is (74,251,218). Sum of RGB (Red+Green+Blue) = 74+251+218=543 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.63% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBDA is #B50425. Grayscale: #C2C2C2. Windows color (decimal): -11863078 or 14351178. OLE color: 14351178.

HSL color Cylindrical-coordinate representation of color #4AFBDA: hue angle of 168.81º 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 #4AFBDA is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB74251218-
CMYK0.7100.130.02
HSL168.81º95.68%63.73%-
HSV(B)168.81º70.52%98.43%-
XYZ49.9875.5178.27-
YUV194.32141.3642.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.63%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=13.63%
G=46.22%
B=40.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742512180.7100.130.02168.8195.6863.73
Hex4AFBDA470D2a96040
Octal1123733321070152251140100
Binary10010101111101111011010100011101101101010100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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