Html Css Color HEX #4ADCD5 Turquoise

📋 copy color: '#4ADCD5'

red 74 ◦ green 220 ◦ blue 213

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

Shades of Turquoise #4ADCD5

Tints of Turquoise #4ADCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 14.6%
G = 43.39%
B = 42.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#4ADCD5 (or 0x4ADCD5) is known color: Turquoise. HEX triplet: 4A, DC and D5. RGB value is (74,220,213). Sum of RGB (Red+Green+Blue) = 74+220+213=507 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.60% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCD5 is #B5232A. Grayscale: #AFAFAF. Windows color (decimal): -11871019 or 14015562. OLE color: 14015562.

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

Color convert

RGB 74 220 213 -
CMYK 0.66 0 0.03 0.14
HSL 177.12º 0.68% 0.58% -
HSV(B) 177.12º 0.66% 0.86% -
XYZ 40.43 57.45 71.91 -
YUV 175.55 149.13 55.57 -
System Red Green Blue C M Y K H S L
Decimal 74 220 213 0.66 0 0.03 0.14 177.12 0.68 0.58
Hex 4A DC D5 42 0 3 E B1 44 3A
Octal 112 334 325 102 0 3 16 261 104 72
Binary 1001010 11011100 11010101 1000010 0 11 1110 10110001 1000100 111010

Color Harmonies of #4ADCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCD5

Black with #4ADCD5

Text Example


Text Example

White with #4ADCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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