Html Css Color HEX #4ADCD1 Turquoise

📋 copy color: '#4ADCD1'

red 74 ◦ green 220 ◦ blue 209

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

Shades of Turquoise #4ADCD1

Tints of Turquoise #4ADCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 14.71%
G = 43.74%
B = 41.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#4ADCD1 (or 0x4ADCD1) is known color: Turquoise. HEX triplet: 4A, DC and D1. RGB value is (74,220,209). Sum of RGB (Red+Green+Blue) = 74+220+209=503 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.71% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCD1 is #B5232E. Grayscale: #AEAEAE. Windows color (decimal): -11871023 or 13753418. OLE color: 13753418.

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

Color convert

RGB 74 220 209 -
CMYK 0.66 0 0.05 0.14
HSL 175.48º 0.68% 0.58% -
HSV(B) 175.48º 0.66% 0.86% -
XYZ 39.93 57.25 69.27 -
YUV 175.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 74 220 209 0.66 0 0.05 0.14 175.48 0.68 0.58
Hex 4A DC D1 42 0 5 E AF 44 3A
Octal 112 334 321 102 0 5 16 257 104 72
Binary 1001010 11011100 11010001 1000010 0 101 1110 10101111 1000100 111010

Color Harmonies of #4ADCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCD1

Black with #4ADCD1

Text Example


Text Example

White with #4ADCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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