Html Css Color HEX #4AE1D1 Turquoise

📋 copy color: '#4AE1D1'

red 74 ◦ green 225 ◦ blue 209

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

Shades of Turquoise #4AE1D1

Tints of Turquoise #4AE1D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.14%

R = 14.57%
G = 44.29%
B = 41.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#4AE1D1 (or 0x4AE1D1) is known color: Turquoise. HEX triplet: 4A, E1 and D1. RGB value is (74,225,209). Sum of RGB (Red+Green+Blue) = 74+225+209=508 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.57% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE1D1 is #B51E2E. Grayscale: #B1B1B1. Windows color (decimal): -11869743 or 13754698. OLE color: 13754698.

HSL color Cylindrical-coordinate representation of color #4AE1D1: hue angle of 173.64º 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 #4AE1D1 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 225 209 -
CMYK 0.67 0 0.07 0.12
HSL 173.64º 0.72% 0.59% -
HSV(B) 173.64º 0.67% 0.88% -
XYZ 41.26 59.91 69.71 -
YUV 178.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 74 225 209 0.67 0 0.07 0.12 173.64 0.72 0.59
Hex 4A E1 D1 43 0 7 C AE 48 3B
Octal 112 341 321 103 0 7 14 256 110 73
Binary 1001010 11100001 11010001 1000011 0 111 1100 10101110 1001000 111011

Color Harmonies of #4AE1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE1D1

Black with #4AE1D1

Text Example


Text Example

White with #4AE1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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