Html Css Color HEX #4ACCD2 Medium Turquoise

📋 copy color: '#4ACCD2'

red 74 ◦ green 204 ◦ blue 210

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

Shades of Medium Turquoise #4ACCD2

Tints of Medium Turquoise #4ACCD2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 15.16%
G = 41.8%
B = 43.03%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4ACCD2 (or 0x4ACCD2) is known color: Medium Turquoise. HEX triplet: 4A, CC and D2. RGB value is (74,204,210). Sum of RGB (Red+Green+Blue) = 74+204+210=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #4ACCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACCD2 is #B5332D. Grayscale: #A5A5A5. Windows color (decimal): -11875118 or 13814858. OLE color: 13814858.

HSL color Cylindrical-coordinate representation of color #4ACCD2: hue angle of 182.65º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ACCD2 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 204 210 -
CMYK 0.65 0.03 0 0.18
HSL 182.65º 0.6% 0.56% -
HSV(B) 182.65º 0.65% 0.82% -
XYZ 36.05 49.29 68.59 -
YUV 165.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 74 204 210 0.65 0.03 0 0.18 182.65 0.6 0.56
Hex 4A CC D2 41 3 0 12 B7 3C 38
Octal 112 314 322 101 3 0 22 267 74 70
Binary 1001010 11001100 11010010 1000001 11 0 10010 10110111 111100 111000

Color Harmonies of #4ACCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACCD2

Black with #4ACCD2

Text Example


Text Example

White with #4ACCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,204,210); }

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

background-color css

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

 a { background-color: rgb(74,204,210); }

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

border-color css

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

 span { border-color: rgb(74,204,210); }

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