Html Css Color HEX #4AECD4 Turquoise

📋 copy color: '#4AECD4'

red 74 ◦ green 236 ◦ blue 212

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

Shades of Turquoise #4AECD4

Tints of Turquoise #4AECD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 14.18%
G = 45.21%
B = 40.61%

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

#4AECD4 (or 0x4AECD4) is known color: Turquoise. HEX triplet: 4A, EC and D4. RGB value is (74,236,212). Sum of RGB (Red+Green+Blue) = 74+236+212=522 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.18% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #4AECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AECD4 is #B5132B. Grayscale: #B8B8B8. Windows color (decimal): -11866924 or 13954122. OLE color: 13954122.

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

Color convert

RGB 74 236 212 -
CMYK 0.69 0 0.10 0.07
HSL 171.11º 0.81% 0.61% -
HSV(B) 171.11º 0.69% 0.93% -
XYZ 44.7 66.2 72.71 -
YUV 184.83 143.33 48.95 -
System Red Green Blue C M Y K H S L
Decimal 74 236 212 0.69 0 0.10 0.07 171.11 0.81 0.61
Hex 4A EC D4 45 0 A 7 AB 51 3D
Octal 112 354 324 105 0 12 7 253 121 75
Binary 1001010 11101100 11010100 1000101 0 1010 111 10101011 1010001 111101

Color Harmonies of #4AECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AECD4

Black with #4AECD4

Text Example


Text Example

White with #4AECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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