Html Css Color HEX #4ADCC6 Turquoise

📋 copy color: '#4ADCC6'

red 74 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #4ADCC6

Tints of Turquoise #4ADCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.24%

R = 15.04%
G = 44.72%
B = 40.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#4ADCC6 (or 0x4ADCC6) is known color: Turquoise. HEX triplet: 4A, DC and C6. RGB value is (74,220,198). Sum of RGB (Red+Green+Blue) = 74+220+198=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCC6 is #B52339. Grayscale: #ADADAD. Windows color (decimal): -11871034 or 13032522. OLE color: 13032522.

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

Color convert

RGB 74 220 198 -
CMYK 0.66 0 0.1 0.14
HSL 170.96º 0.68% 0.58% -
HSV(B) 170.96º 0.66% 0.86% -
XYZ 38.61 56.72 62.34 -
YUV 173.84 141.63 56.79 -
System Red Green Blue C M Y K H S L
Decimal 74 220 198 0.66 0 0.1 0.14 170.96 0.68 0.58
Hex 4A DC C6 42 0 A E AB 44 3A
Octal 112 334 306 102 0 12 16 253 104 72
Binary 1001010 11011100 11000110 1000010 0 1010 1110 10101011 1000100 111010

Color Harmonies of #4ADCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCC6

Black with #4ADCC6

Text Example


Text Example

White with #4ADCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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