Html Css Color HEX #4ADDB9 Turquoise

📋 copy color: '#4ADDB9'

red 74 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #4ADDB9

Tints of Turquoise #4ADDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 15.42%
G = 46.04%
B = 38.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4ADDB9 (or 0x4ADDB9) is known color: Turquoise. HEX triplet: 4A, DD and B9. RGB value is (74,221,185). Sum of RGB (Red+Green+Blue) = 74+221+185=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDB9 is #B52246. Grayscale: #ACACAC. Windows color (decimal): -11870791 or 12180810. OLE color: 12180810.

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

Color convert

RGB 74 221 185 -
CMYK 0.67 0 0.16 0.13
HSL 165.31º 0.68% 0.58% -
HSV(B) 165.31º 0.67% 0.87% -
XYZ 37.44 56.67 54.86 -
YUV 172.94 134.8 57.43 -
System Red Green Blue C M Y K H S L
Decimal 74 221 185 0.67 0 0.16 0.13 165.31 0.68 0.58
Hex 4A DD B9 43 0 10 D A5 44 3A
Octal 112 335 271 103 0 20 15 245 104 72
Binary 1001010 11011101 10111001 1000011 0 10000 1101 10100101 1000100 111010

Color Harmonies of #4ADDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDB9

Black with #4ADDB9

Text Example


Text Example

White with #4ADDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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