Html Css Color HEX #4ADDD6 Turquoise

📋 copy color: '#4ADDD6'

red 74 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #4ADDD6

Tints of Turquoise #4ADDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 14.54%
G = 43.42%
B = 42.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#4ADDD6 (or 0x4ADDD6) is known color: Turquoise. HEX triplet: 4A, DD and D6. RGB value is (74,221,214). Sum of RGB (Red+Green+Blue) = 74+221+214=509 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.54% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDD6 is #B52229. Grayscale: #B0B0B0. Windows color (decimal): -11870762 or 14081354. OLE color: 14081354.

HSL color Cylindrical-coordinate representation of color #4ADDD6: hue angle of 177.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADDD6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 214 -
CMYK 0.67 0 0.03 0.13
HSL 177.14º 0.68% 0.58% -
HSV(B) 177.14º 0.67% 0.87% -
XYZ 40.82 58.02 72.67 -
YUV 176.25 149.3 55.07 -
System Red Green Blue C M Y K H S L
Decimal 74 221 214 0.67 0 0.03 0.13 177.14 0.68 0.58
Hex 4A DD D6 43 0 3 D B1 44 3A
Octal 112 335 326 103 0 3 15 261 104 72
Binary 1001010 11011101 11010110 1000011 0 11 1101 10110001 1000100 111010

Color Harmonies of #4ADDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDD6

Black with #4ADDD6

Text Example


Text Example

White with #4ADDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,221,214); }

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

background-color css

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

 a { background-color: rgb(74,221,214); }

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

border-color css

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

 span { border-color: rgb(74,221,214); }

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