Html Css Color HEX #4ADDC2 Turquoise

📋 copy color: '#4ADDC2'

red 74 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #4ADDC2

Tints of Turquoise #4ADDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 15.13%
G = 45.19%
B = 39.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#4ADDC2 (or 0x4ADDC2) is known color: Turquoise. HEX triplet: 4A, DD and C2. RGB value is (74,221,194). Sum of RGB (Red+Green+Blue) = 74+221+194=489 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.13% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDC2 is #B5223D. Grayscale: #ADADAD. Windows color (decimal): -11870782 or 12770634. OLE color: 12770634.

HSL color Cylindrical-coordinate representation of color #4ADDC2: hue angle of 168.98º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDC2 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 194 -
CMYK 0.67 0 0.12 0.13
HSL 168.98º 0.68% 0.58% -
HSV(B) 168.98º 0.67% 0.87% -
XYZ 38.42 57.06 60.03 -
YUV 173.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 74 221 194 0.67 0 0.12 0.13 168.98 0.68 0.58
Hex 4A DD C2 43 0 C D A9 44 3A
Octal 112 335 302 103 0 14 15 251 104 72
Binary 1001010 11011101 11000010 1000011 0 1100 1101 10101001 1000100 111010

Color Harmonies of #4ADDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDC2

Black with #4ADDC2

Text Example


Text Example

White with #4ADDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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