Html Css Color HEX #4ADCC5 Turquoise

📋 copy color: '#4ADCC5'

red 74 ◦ green 220 ◦ blue 197

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

Shades of Turquoise #4ADCC5

Tints of Turquoise #4ADCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 15.07%
G = 44.81%
B = 40.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#4ADCC5 (or 0x4ADCC5) is known color: Turquoise. HEX triplet: 4A, DC and C5. RGB value is (74,220,197). Sum of RGB (Red+Green+Blue) = 74+220+197=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC5 is #B5233A. Grayscale: #ADADAD. Windows color (decimal): -11871035 or 12966986. OLE color: 12966986.

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

Color convert

RGB 74 220 197 -
CMYK 0.66 0 0.10 0.14
HSL 170.55º 0.68% 0.58% -
HSV(B) 170.55º 0.66% 0.86% -
XYZ 38.5 56.67 61.73 -
YUV 173.72 141.13 56.87 -
System Red Green Blue C M Y K H S L
Decimal 74 220 197 0.66 0 0.10 0.14 170.55 0.68 0.58
Hex 4A DC C5 42 0 A E AB 44 3A
Octal 112 334 305 102 0 12 16 253 104 72
Binary 1001010 11011100 11000101 1000010 0 1010 1110 10101011 1000100 111010

Color Harmonies of #4ADCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCC5

Black with #4ADCC5

Text Example


Text Example

White with #4ADCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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