Html Css Color HEX #4AECD5 Turquoise

📋 copy color: '#4AECD5'

red 74 ◦ green 236 ◦ blue 213

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

Shades of Turquoise #4AECD5

Tints of Turquoise #4AECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.12%

 BLUE value IS 213 (83.59% from 255) = 40.73%

R = 14.15%
G = 45.12%
B = 40.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#4AECD5 (or 0x4AECD5) is known color: Turquoise. HEX triplet: 4A, EC and D5. RGB value is (74,236,213). Sum of RGB (Red+Green+Blue) = 74+236+213=523 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.15% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECD5 is #B5132A. Grayscale: #B8B8B8. Windows color (decimal): -11866923 or 14019658. OLE color: 14019658.

HSL color Cylindrical-coordinate representation of color #4AECD5: hue angle of 171.48º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AECD5 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 236 213 -
CMYK 0.69 0 0.10 0.07
HSL 171.48º 0.81% 0.61% -
HSV(B) 171.48º 0.69% 0.93% -
XYZ 44.83 66.25 73.38 -
YUV 184.94 143.83 48.87 -
System Red Green Blue C M Y K H S L
Decimal 74 236 213 0.69 0 0.10 0.07 171.48 0.81 0.61
Hex 4A EC D5 45 0 A 7 AB 51 3D
Octal 112 354 325 105 0 12 7 253 121 75
Binary 1001010 11101100 11010101 1000101 0 1010 111 10101011 1010001 111101

Color Harmonies of #4AECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECD5

Black with #4AECD5

Text Example


Text Example

White with #4AECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,236,213); }

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

background-color css

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

 a { background-color: rgb(74,236,213); }

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

border-color css

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

 span { border-color: rgb(74,236,213); }

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