Html Css Color HEX #4AECDC Turquoise

📋 copy color: '#4AECDC'

red 74 ◦ green 236 ◦ blue 220

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

Shades of Turquoise #4AECDC

Tints of Turquoise #4AECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 13.96%
G = 44.53%
B = 41.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#4AECDC (or 0x4AECDC) is known color: Turquoise. HEX triplet: 4A, EC and DC. RGB value is (74,236,220). Sum of RGB (Red+Green+Blue) = 74+236+220=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECDC is #B51323. Grayscale: #B9B9B9. Windows color (decimal): -11866916 or 14478410. OLE color: 14478410.

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

Color convert

RGB 74 236 220 -
CMYK 0.69 0 0.07 0.07
HSL 174.07º 0.81% 0.61% -
HSV(B) 174.07º 0.69% 0.93% -
XYZ 45.74 66.61 78.16 -
YUV 185.74 147.33 48.3 -
System Red Green Blue C M Y K H S L
Decimal 74 236 220 0.69 0 0.07 0.07 174.07 0.81 0.61
Hex 4A EC DC 45 0 7 7 AE 51 3D
Octal 112 354 334 105 0 7 7 256 121 75
Binary 1001010 11101100 11011100 1000101 0 111 111 10101110 1010001 111101

Color Harmonies of #4AECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECDC

Black with #4AECDC

Text Example


Text Example

White with #4AECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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