Html Css Color HEX #4AE1DF Turquoise

📋 copy color: '#4AE1DF'

red 74 ◦ green 225 ◦ blue 223

#4AE1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4AE1DF

Tints of Turquoise #4AE1DF

RGB

 RED value IS 74 (29.3% from 255) = 14.18%

 GREEN value IS 225 (88.28% from 255) = 43.1%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 14.18%
G = 43.1%
B = 42.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#4AE1DF (or 0x4AE1DF) is known color: Turquoise. HEX triplet: 4A, E1 and DF. RGB value is (74,225,223). Sum of RGB (Red+Green+Blue) = 74+225+223=522 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.18% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE1DF is #B51E20. Grayscale: #B3B3B3. Windows color (decimal): -11869729 or 14672202. OLE color: 14672202.

HSL color Cylindrical-coordinate representation of color #4AE1DF: hue angle of 179.21º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AE1DF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 225 223 -
CMYK 0.67 0 0.01 0.12
HSL 179.21º 0.72% 0.59% -
HSV(B) 179.21º 0.67% 0.88% -
XYZ 43.07 60.63 79.25 -
YUV 179.62 152.47 52.66 -
System Red Green Blue C M Y K H S L
Decimal 74 225 223 0.67 0 0.01 0.12 179.21 0.72 0.59
Hex 4A E1 DF 43 0 1 C B3 48 3B
Octal 112 341 337 103 0 1 14 263 110 73
Binary 1001010 11100001 11011111 1000011 0 1 1100 10110011 1001000 111011

Color Harmonies of #4AE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE1DF

Black with #4AE1DF

Text Example


Text Example

White with #4AE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,225,223); }

 H1.HeaderClassName
 {
   color: #4AE1DF;
 }
 .AnyTagClassName
 {
   color: #4AE1DF;
 }
</style>

background-color css

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

 a { background-color: rgb(74,225,223); }

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

border-color css

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

 span { border-color: rgb(74,225,223); }

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