Html Css Color HEX #4AEDDD Turquoise

📋 copy color: '#4AEDDD'

red 74 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #4AEDDD

Tints of Turquoise #4AEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.55%

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

R = 13.91%
G = 44.55%
B = 41.54%

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

#4AEDDD (or 0x4AEDDD) is known color: Turquoise. HEX triplet: 4A, ED and DD. RGB value is (74,237,221). Sum of RGB (Red+Green+Blue) = 74+237+221=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #4AEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEDDD is #B51222. Grayscale: #BABABA. Windows color (decimal): -11866659 or 14544202. OLE color: 14544202.

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

Color convert

RGB 74 237 221 -
CMYK 0.69 0 0.07 0.07
HSL 174.11º 0.82% 0.61% -
HSV(B) 174.11º 0.69% 0.93% -
XYZ 46.16 67.24 78.95 -
YUV 186.44 147.5 47.8 -
System Red Green Blue C M Y K H S L
Decimal 74 237 221 0.69 0 0.07 0.07 174.11 0.82 0.61
Hex 4A ED DD 45 0 7 7 AE 52 3D
Octal 112 355 335 105 0 7 7 256 122 75
Binary 1001010 11101101 11011101 1000101 0 111 111 10101110 1010010 111101

Color Harmonies of #4AEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEDDD

Black with #4AEDDD

Text Example


Text Example

White with #4AEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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