Html Css Color HEX #4ADCC0 Turquoise

📋 copy color: '#4ADCC0'

red 74 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #4ADCC0

Tints of Turquoise #4ADCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 15.23%
G = 45.27%
B = 39.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#4ADCC0 (or 0x4ADCC0) is known color: Turquoise. HEX triplet: 4A, DC and C0. RGB value is (74,220,192). Sum of RGB (Red+Green+Blue) = 74+220+192=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC0 is #B5233F. Grayscale: #ADADAD. Windows color (decimal): -11871040 or 12639306. OLE color: 12639306.

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

Color convert

RGB 74 220 192 -
CMYK 0.66 0 0.13 0.14
HSL 168.49º 0.68% 0.58% -
HSV(B) 168.49º 0.66% 0.86% -
XYZ 37.93 56.45 58.77 -
YUV 173.15 138.63 57.28 -
System Red Green Blue C M Y K H S L
Decimal 74 220 192 0.66 0 0.13 0.14 168.49 0.68 0.58
Hex 4A DC C0 42 0 D E A8 44 3A
Octal 112 334 300 102 0 15 16 250 104 72
Binary 1001010 11011100 11000000 1000010 0 1101 1110 10101000 1000100 111010

Color Harmonies of #4ADCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCC0

Black with #4ADCC0

Text Example


Text Example

White with #4ADCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,192); }

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

background-color css

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

 a { background-color: rgb(74,220,192); }

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

border-color css

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

 span { border-color: rgb(74,220,192); }

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