#4AFDCD

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

Shades of Turquoise #4AFDCD

Tints of Turquoise #4AFDCD

Color information

#4AFDCD (or 0x4AFDCD) is unknown color: approx Turquoise. HEX triplet: 4A, FD and CD. RGB value is (74,253,205). Sum of RGB (Red+Green+Blue) = 74+253+205=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDCD is #B50232. Grayscale: #C2C2C2. Windows color (decimal): -11862579 or 13499722. OLE color: 13499722.

HSL color Cylindrical-coordinate representation of color #4AFDCD: hue angle of 163.91º degrees, saturation: 0.98, 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 #4AFDCD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB74253205-
CMYK0.7100.190.01
HSL163.91º97.81%64.12%-
HSV(B)163.91º70.75%99.22%-
XYZ48.9776.1169.87-
YUV194.01134.242.4-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.91%
GREEN value IS 253 (99.22% from 255) = 47.56%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=13.91%
G=47.56%
B=38.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742532050.7100.190.01163.9197.8164.12
Hex4AFDCD470131a46240
Octal1123753151070231244142100
Binary10010101111110111001101100011101001111010010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,253,205); }

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

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

 a { background-color: rgb(74,253,205); }

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

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

 span { border-color: rgb(74,253,205); }

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