Html Css Color HEX #4ADCBD Turquoise

📋 copy color: '#4ADCBD'

red 74 ◦ green 220 ◦ blue 189

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

Shades of Turquoise #4ADCBD

Tints of Turquoise #4ADCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 15.32%
G = 45.55%
B = 39.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#4ADCBD (or 0x4ADCBD) is known color: Turquoise. HEX triplet: 4A, DC and BD. RGB value is (74,220,189). Sum of RGB (Red+Green+Blue) = 74+220+189=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADCBD is #B52342. Grayscale: #ACACAC. Windows color (decimal): -11871043 or 12442698. OLE color: 12442698.

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

Color convert

RGB 74 220 189 -
CMYK 0.66 0 0.14 0.14
HSL 167.26º 0.68% 0.58% -
HSV(B) 167.26º 0.66% 0.86% -
XYZ 37.6 56.32 57.03 -
YUV 172.81 137.13 57.52 -
System Red Green Blue C M Y K H S L
Decimal 74 220 189 0.66 0 0.14 0.14 167.26 0.68 0.58
Hex 4A DC BD 42 0 E E A7 44 3A
Octal 112 334 275 102 0 16 16 247 104 72
Binary 1001010 11011100 10111101 1000010 0 1110 1110 10100111 1000100 111010

Color Harmonies of #4ADCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADCBD

Black with #4ADCBD

Text Example


Text Example

White with #4ADCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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