Html Css Color HEX #4AEEDD Turquoise

📋 copy color: '#4AEEDD'

red 74 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #4AEEDD

Tints of Turquoise #4AEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.65%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 13.88%
G = 44.65%
B = 41.46%

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

#4AEEDD (or 0x4AEEDD) is known color: Turquoise. HEX triplet: 4A, EE and DD. RGB value is (74,238,221). Sum of RGB (Red+Green+Blue) = 74+238+221=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEEDD is #B51122. Grayscale: #BABABA. Windows color (decimal): -11866403 or 14544458. OLE color: 14544458.

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

Color convert

RGB 74 238 221 -
CMYK 0.69 0 0.07 0.07
HSL 173.78º 0.83% 0.61% -
HSV(B) 173.78º 0.69% 0.93% -
XYZ 46.45 67.83 79.05 -
YUV 187.03 147.17 47.38 -
System Red Green Blue C M Y K H S L
Decimal 74 238 221 0.69 0 0.07 0.07 173.78 0.83 0.61
Hex 4A EE DD 45 0 7 7 AE 53 3D
Octal 112 356 335 105 0 7 7 256 123 75
Binary 1001010 11101110 11011101 1000101 0 111 111 10101110 1010011 111101

Color Harmonies of #4AEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEEDD

Black with #4AEEDD

Text Example


Text Example

White with #4AEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,238,221); }

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

background-color css

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

 a { background-color: rgb(74,238,221); }

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

border-color css

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

 span { border-color: rgb(74,238,221); }

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