Html Css Color HEX #4ACED6 Medium Turquoise

📋 copy color: '#4ACED6'

red 74 ◦ green 206 ◦ blue 214

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

Shades of Medium Turquoise #4ACED6

Tints of Medium Turquoise #4ACED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.7%

 BLUE value IS 214 (83.98% from 255) = 43.32%

R = 14.98%
G = 41.7%
B = 43.32%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4ACED6 (or 0x4ACED6) is known color: Medium Turquoise. HEX triplet: 4A, CE and D6. RGB value is (74,206,214). Sum of RGB (Red+Green+Blue) = 74+206+214=494 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.98% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #4ACED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACED6 is #B53129. Grayscale: #A7A7A7. Windows color (decimal): -11874602 or 14077514. OLE color: 14077514.

HSL color Cylindrical-coordinate representation of color #4ACED6: hue angle of 183.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ACED6 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 206 214 -
CMYK 0.65 0.04 0 0.16
HSL 183.43º 0.63% 0.56% -
HSV(B) 183.43º 0.65% 0.84% -
XYZ 37.03 50.45 71.4 -
YUV 167.44 154.27 61.35 -
System Red Green Blue C M Y K H S L
Decimal 74 206 214 0.65 0.04 0 0.16 183.43 0.63 0.56
Hex 4A CE D6 41 4 0 10 B7 3F 38
Octal 112 316 326 101 4 0 20 267 77 70
Binary 1001010 11001110 11010110 1000001 100 0 10000 10110111 111111 111000

Color Harmonies of #4ACED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACED6

Black with #4ACED6

Text Example


Text Example

White with #4ACED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,206,214); }

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

background-color css

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

 a { background-color: rgb(74,206,214); }

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

border-color css

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

 span { border-color: rgb(74,206,214); }

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