Html Css Color HEX #4ADDDC Turquoise

📋 copy color: '#4ADDDC'

red 74 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #4ADDDC

Tints of Turquoise #4ADDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 14.37%
G = 42.91%
B = 42.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#4ADDDC (or 0x4ADDDC) is known color: Turquoise. HEX triplet: 4A, DD and DC. RGB value is (74,221,220). Sum of RGB (Red+Green+Blue) = 74+221+220=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDDC is #B52223. Grayscale: #B0B0B0. Windows color (decimal): -11870756 or 14474570. OLE color: 14474570.

HSL color Cylindrical-coordinate representation of color #4ADDDC: hue angle of 179.59º 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 #4ADDDC is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 221 220 -
CMYK 0.67 0 0.00 0.13
HSL 179.59º 0.68% 0.58% -
HSV(B) 179.59º 0.67% 0.87% -
XYZ 41.6 58.34 76.78 -
YUV 176.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 74 221 220 0.67 0 0.00 0.13 179.59 0.68 0.58
Hex 4A DD DC 43 0 0 D B4 44 3A
Octal 112 335 334 103 0 0 15 264 104 72
Binary 1001010 11011101 11011100 1000011 0 0 1101 10110100 1000100 111010

Color Harmonies of #4ADDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADDDC

Black with #4ADDDC

Text Example


Text Example

White with #4ADDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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