Html Css Color HEX #4AE9DC Turquoise

📋 copy color: '#4AE9DC'

red 74 ◦ green 233 ◦ blue 220

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

Shades of Turquoise #4AE9DC

Tints of Turquoise #4AE9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.21%

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

R = 14.04%
G = 44.21%
B = 41.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#4AE9DC (or 0x4AE9DC) is known color: Turquoise. HEX triplet: 4A, E9 and DC. RGB value is (74,233,220). Sum of RGB (Red+Green+Blue) = 74+233+220=527 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.04% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AE9DC is #B51623. Grayscale: #B7B7B7. Windows color (decimal): -11867684 or 14477642. OLE color: 14477642.

HSL color Cylindrical-coordinate representation of color #4AE9DC: hue angle of 175.09º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE9DC is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 233 220 -
CMYK 0.68 0 0.06 0.09
HSL 175.09º 0.78% 0.6% -
HSV(B) 175.09º 0.68% 0.91% -
XYZ 44.88 64.9 77.87 -
YUV 183.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 74 233 220 0.68 0 0.06 0.09 175.09 0.78 0.6
Hex 4A E9 DC 44 0 6 9 AF 4E 3C
Octal 112 351 334 104 0 6 11 257 116 74
Binary 1001010 11101001 11011100 1000100 0 110 1001 10101111 1001110 111100

Color Harmonies of #4AE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE9DC

Black with #4AE9DC

Text Example


Text Example

White with #4AE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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