Html Css Color HEX #4ACDDC Medium Turquoise

📋 copy color: '#4ACDDC'

red 74 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #4ACDDC

Tints of Medium Turquoise #4ACDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.08%

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

R = 14.83%
G = 41.08%
B = 44.09%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4ACDDC (or 0x4ACDDC) is known color: Medium Turquoise. HEX triplet: 4A, CD and DC. RGB value is (74,205,220). Sum of RGB (Red+Green+Blue) = 74+205+220=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ACDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDDC is #B53223. Grayscale: #A7A7A7. Windows color (decimal): -11874852 or 14470474. OLE color: 14470474.

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

Color convert

RGB 74 205 220 -
CMYK 0.66 0.07 0 0.14
HSL 186.16º 0.68% 0.58% -
HSV(B) 186.16º 0.66% 0.86% -
XYZ 37.57 50.29 75.44 -
YUV 167.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 74 205 220 0.66 0.07 0 0.14 186.16 0.68 0.58
Hex 4A CD DC 42 7 0 E BA 44 3A
Octal 112 315 334 102 7 0 16 272 104 72
Binary 1001010 11001101 11011100 1000010 111 0 1110 10111010 1000100 111010

Color Harmonies of #4ACDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDDC

Black with #4ACDDC

Text Example


Text Example

White with #4ACDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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