Html Css Color HEX #4CD2BA Medium Turquoise

📋 copy color: '#4CD2BA'

red 76 ◦ green 210 ◦ blue 186

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

Shades of Medium Turquoise #4CD2BA

Tints of Medium Turquoise #4CD2BA

RGB

 RED value IS 76 (30.08% from 255) = 16.1%

 GREEN value IS 210 (82.42% from 255) = 44.49%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 16.1%
G = 44.49%
B = 39.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#4CD2BA (or 0x4CD2BA) is known color: Medium Turquoise. HEX triplet: 4C, D2 and BA. RGB value is (76,210,186). Sum of RGB (Red+Green+Blue) = 76+210+186=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD2BA is #B32D45. Grayscale: #A7A7A7. Windows color (decimal): -11742534 or 12243532. OLE color: 12243532.

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

Color convert

RGB 76 210 186 -
CMYK 0.64 0 0.11 0.18
HSL 169.25º 0.6% 0.56% -
HSV(B) 169.25º 0.64% 0.82% -
XYZ 34.89 51.17 54.49 -
YUV 167.2 138.61 62.95 -
System Red Green Blue C M Y K H S L
Decimal 76 210 186 0.64 0 0.11 0.18 169.25 0.6 0.56
Hex 4C D2 BA 40 0 B 12 A9 3C 38
Octal 114 322 272 100 0 13 22 251 74 70
Binary 1001100 11010010 10111010 1000000 0 1011 10010 10101001 111100 111000

Color Harmonies of #4CD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CD2BA

Black with #4CD2BA

Text Example


Text Example

White with #4CD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,210,186); }

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

background-color css

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

 a { background-color: rgb(76,210,186); }

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

border-color css

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

 span { border-color: rgb(76,210,186); }

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