Html Css Color HEX #4ADEB9 Turquoise

📋 copy color: '#4ADEB9'

red 74 ◦ green 222 ◦ blue 185

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

Shades of Turquoise #4ADEB9

Tints of Turquoise #4ADEB9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

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

R = 15.38%
G = 46.15%
B = 38.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#4ADEB9 (or 0x4ADEB9) is known color: Turquoise. HEX triplet: 4A, DE and B9. RGB value is (74,222,185). Sum of RGB (Red+Green+Blue) = 74+222+185=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADEB9 is #B52146. Grayscale: #ADADAD. Windows color (decimal): -11870535 or 12181066. OLE color: 12181066.

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

Color convert

RGB 74 222 185 -
CMYK 0.67 0 0.17 0.13
HSL 165º 0.69% 0.58% -
HSV(B) 165º 0.67% 0.87% -
XYZ 37.7 57.2 54.95 -
YUV 173.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 74 222 185 0.67 0 0.17 0.13 165 0.69 0.58
Hex 4A DE B9 43 0 11 D A5 45 3A
Octal 112 336 271 103 0 21 15 245 105 72
Binary 1001010 11011110 10111001 1000011 0 10001 1101 10100101 1000101 111010

Color Harmonies of #4ADEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADEB9

Black with #4ADEB9

Text Example


Text Example

White with #4ADEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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