Html Css Color HEX #4ADCC2 Turquoise

📋 copy color: '#4ADCC2'

red 74 ◦ green 220 ◦ blue 194

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

Shades of Turquoise #4ADCC2

Tints of Turquoise #4ADCC2

RGB

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

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

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

R = 15.16%
G = 45.08%
B = 39.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#4ADCC2 (or 0x4ADCC2) is known color: Turquoise. HEX triplet: 4A, DC and C2. RGB value is (74,220,194). Sum of RGB (Red+Green+Blue) = 74+220+194=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC2 is #B5233D. Grayscale: #ADADAD. Windows color (decimal): -11871038 or 12770378. OLE color: 12770378.

HSL color Cylindrical-coordinate representation of color #4ADCC2: hue angle of 169.32º 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 #4ADCC2 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 194 -
CMYK 0.66 0 0.12 0.14
HSL 169.32º 0.68% 0.58% -
HSV(B) 169.32º 0.66% 0.86% -
XYZ 38.15 56.54 59.94 -
YUV 173.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 74 220 194 0.66 0 0.12 0.14 169.32 0.68 0.58
Hex 4A DC C2 42 0 C E A9 44 3A
Octal 112 334 302 102 0 14 16 251 104 72
Binary 1001010 11011100 11000010 1000010 0 1100 1110 10101001 1000100 111010

Color Harmonies of #4ADCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCC2

Black with #4ADCC2

Text Example


Text Example

White with #4ADCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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