#4AFDD4

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

Shades of Turquoise #4AFDD4

Tints of Turquoise #4AFDD4

Color information

#4AFDD4 (or 0x4AFDD4) is unknown color: approx Turquoise. HEX triplet: 4A, FD and D4. RGB value is (74,253,212). Sum of RGB (Red+Green+Blue) = 74+253+212=539 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.73% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDD4 is #B5022B. Grayscale: #C2C2C2. Windows color (decimal): -11862572 or 13958474. OLE color: 13958474.

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

Color convert

RGB74253212-
CMYK0.7100.160.01
HSL166.26º97.81%64.12%-
HSV(B)166.26º70.75%99.22%-
XYZ49.8376.4674.42-
YUV194.8137.741.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.73%
GREEN value IS 253 (99.22% from 255) = 46.94%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=13.73%
G=46.94%
B=39.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742532120.7100.160.01166.2697.8164.12
Hex4AFDD4470101a66240
Octal1123753241070201246142100
Binary10010101111110111010100100011101000011010011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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