Html Css Color HEX #4AE0D3 Turquoise

📋 copy color: '#4AE0D3'

red 74 ◦ green 224 ◦ blue 211

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

Shades of Turquoise #4AE0D3

Tints of Turquoise #4AE0D3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

 BLUE value IS 211 (82.81% from 255) = 41.45%

R = 14.54%
G = 44.01%
B = 41.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#4AE0D3 (or 0x4AE0D3) is known color: Turquoise. HEX triplet: 4A, E0 and D3. RGB value is (74,224,211). Sum of RGB (Red+Green+Blue) = 74+224+211=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #4AE0D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AE0D3 is #B51F2C. Grayscale: #B1B1B1. Windows color (decimal): -11869997 or 13885514. OLE color: 13885514.

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

Color convert

RGB 74 224 211 -
CMYK 0.67 0 0.06 0.12
HSL 174.8º 0.71% 0.58% -
HSV(B) 174.8º 0.67% 0.88% -
XYZ 41.24 59.47 70.93 -
YUV 177.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 74 224 211 0.67 0 0.06 0.12 174.8 0.71 0.58
Hex 4A E0 D3 43 0 6 C AF 47 3A
Octal 112 340 323 103 0 6 14 257 107 72
Binary 1001010 11100000 11010011 1000011 0 110 1100 10101111 1000111 111010

Color Harmonies of #4AE0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE0D3

Black with #4AE0D3

Text Example


Text Example

White with #4AE0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,224,211); }

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

background-color css

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

 a { background-color: rgb(74,224,211); }

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

border-color css

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

 span { border-color: rgb(74,224,211); }

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