Html Css Color HEX #4ACDBE Medium Turquoise

📋 copy color: '#4ACDBE'

red 74 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #4ACDBE

Tints of Medium Turquoise #4ACDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 15.78%
G = 43.71%
B = 40.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#4ACDBE (or 0x4ACDBE) is known color: Medium Turquoise. HEX triplet: 4A, CD and BE. RGB value is (74,205,190). Sum of RGB (Red+Green+Blue) = 74+205+190=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ACDBE is #B53241. Grayscale: #A4A4A4. Windows color (decimal): -11874882 or 12504394. OLE color: 12504394.

HSL color Cylindrical-coordinate representation of color #4ACDBE: hue angle of 173.13º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACDBE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 190 -
CMYK 0.64 0 0.07 0.20
HSL 173.13º 0.57% 0.55% -
HSV(B) 173.13º 0.64% 0.8% -
XYZ 33.95 48.84 56.35 -
YUV 164.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 74 205 190 0.64 0 0.07 0.20 173.13 0.57 0.55
Hex 4A CD BE 40 0 7 14 AD 39 37
Octal 112 315 276 100 0 7 24 255 71 67
Binary 1001010 11001101 10111110 1000000 0 111 10100 10101101 111001 110111

Color Harmonies of #4ACDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDBE

Black with #4ACDBE

Text Example


Text Example

White with #4ACDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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