Html Css Color HEX #4ADDC1 Turquoise

📋 copy color: '#4ADDC1'

red 74 ◦ green 221 ◦ blue 193

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

Shades of Turquoise #4ADDC1

Tints of Turquoise #4ADDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.55%

R = 15.16%
G = 45.29%
B = 39.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#4ADDC1 (or 0x4ADDC1) is known color: Turquoise. HEX triplet: 4A, DD and C1. RGB value is (74,221,193). Sum of RGB (Red+Green+Blue) = 74+221+193=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDC1 is #B5223E. Grayscale: #ADADAD. Windows color (decimal): -11870783 or 12705098. OLE color: 12705098.

HSL color Cylindrical-coordinate representation of color #4ADDC1: hue angle of 168.57º 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 #4ADDC1 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 193 -
CMYK 0.67 0 0.13 0.13
HSL 168.57º 0.68% 0.58% -
HSV(B) 168.57º 0.67% 0.87% -
XYZ 38.31 57.02 59.44 -
YUV 173.86 138.8 56.78 -
System Red Green Blue C M Y K H S L
Decimal 74 221 193 0.67 0 0.13 0.13 168.57 0.68 0.58
Hex 4A DD C1 43 0 D D A9 44 3A
Octal 112 335 301 103 0 15 15 251 104 72
Binary 1001010 11011101 11000001 1000011 0 1101 1101 10101001 1000100 111010

Color Harmonies of #4ADDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDC1

Black with #4ADDC1

Text Example


Text Example

White with #4ADDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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