#4AF1DE

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

Shades of Turquoise #4AF1DE

Tints of Turquoise #4AF1DE

Color information

#4AF1DE (or 0x4AF1DE) is unknown color: approx Turquoise. HEX triplet: 4A, F1 and DE. RGB value is (74,241,222). Sum of RGB (Red+Green+Blue) = 74+241+222=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF1DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF1DE is #B50E21. Grayscale: #BCBCBC. Windows color (decimal): -11865634 or 14610762. OLE color: 14610762.

HSL color Cylindrical-coordinate representation of color #4AF1DE: hue angle of 173.17º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF1DE is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB74241222-
CMYK0.6900.080.05
HSL173.17º85.64%61.76%-
HSV(B)173.17º69.29%94.51%-
XYZ47.4669.6480.05-
YUV188.9146.6746.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.78%
GREEN value IS 241 (94.53% from 255) = 44.88%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=13.78%
G=44.88%
B=41.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742412220.6900.080.05173.1785.6461.76
Hex4AF1DE45085ad563e
Octal112361336105010525512676
Binary10010101111000111011110100010101000101101011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,241,222); }

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

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

 a { background-color: rgb(74,241,222); }

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

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

 span { border-color: rgb(74,241,222); }

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